mooitc
3 years agoOccasional Contributor
TC "Log Message" with "Code Expression"
 Hi,  a log entry with Log.Message works very easy.  ...  If (Project.Variables.ExtendedDebug = "true")Then Call Log.Message("Debug: " + Project.Variables.ExtendedDebug + ";" + "ProjectSuite.ConfigPat...
- 3 years agoFor VBScript, the syntax will be "Debug: " & Project.Variables.ExtendedDebug & "; " & "ProjectSuite.ConfigPath: " & ProjectSuite.ConfigPath & ";"Do not use +