Forum Discussion
mgroen
11 years agoFrequent Contributor
Using the following tekst in the log message doesn't work:
"Now:" & aqDateTime.Now()
result is empty message in the log
however, if I create a variable of type string and first set the value of this variable to aqDateTime.Now and after that display the value of this variable in the log it is working correctly.
Is this correct behaviour of TC ?
"Now:" & aqDateTime.Now()
result is empty message in the log
however, if I create a variable of type string and first set the value of this variable to aqDateTime.Now and after that display the value of this variable in the log it is working correctly.
Is this correct behaviour of TC ?