Forum Discussion
TanyaYatskovska
Alumni
13 years agoHi Michal,
Make sure that the USEUNIT command is added to the unit where you are calling the ReadStartTime function. Does the following code work for you?
<UnitName>.AddTestResult "Initial", "Test description", "passed", CStr(Now)
(<UnitName> is the name of the unit where AddTestResult is declared)