How can I convert Object to string and print the error warning message directly via VB?
How can I convert Object to string and print the error warning message directly via VB? <code> Sub ObjSearch(Object) If Not Object.Exists Then Log.Message("Not found Object " + CS...