Forum Discussion

mooitc's avatar
mooitc
Occasional Contributor
2 years ago
Solved

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...
  • rraghvani's avatar
    2 years ago

    For VBScript, the syntax will be

    "Debug: " & Project.Variables.ExtendedDebug & "; " & "ProjectSuite.ConfigPath: " & ProjectSuite.ConfigPath & ";"

    Do not use +