Forum Discussion
AlexeyKolosov
Staff
14 years agoHi Sri,
There are no explicit variable types in VBScript. Since TestComplete uses Microsoft VBScript engine, I recommend that you see the following MSDN Library article for more information:
http://msdn.microsoft.com/en-us/library/t0aew7h6.aspx
Local variables are variables declared in a function's scope, global variables are variables declared outside of a function (that is, in a global context).
There are no explicit variable types in VBScript. Since TestComplete uses Microsoft VBScript engine, I recommend that you see the following MSDN Library article for more information:
http://msdn.microsoft.com/en-us/library/t0aew7h6.aspx
Local variables are variables declared in a function's scope, global variables are variables declared outside of a function (that is, in a global context).