|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > PDMSystem > AddToDebugLog |
Writes in the %TMP%\DBWorks...LOG the passed message string; the function may be useful for debugging custom applications written over the DBWorks API
call DBWShell("AddToDebugLog MessageString")
MessageString |
A string to be added to the log |
DBWShell("AddToDebugLog " & replace("Before My Function"," ","|"))
...
DBWShell("AddToDebugLog " & replace("After My Function"," ","|"))