Forum Discussion

mmcdonald's avatar
mmcdonald
Occasional Contributor
15 years ago

static variables in project suite


I have a few scripts in my project suite.  When I run the whole suite at once I would like to be able to store the current time from one script and then later be able to read that previously stored time from another script.  





Is there a way to I can do this in TestComplete?  I am writing in VBScript and know VBScript doesn't normally support static global variables...