06-21-2012, 02:11 AM
I got a few test scripts with different WAIT time.
I am trying to declare STATIC variable on my Function file (.qfl)
For example, I declare this in the function libraries (.qfl) file
Dim MAINPAGETIMER = 20
On my test case, I try to do this:
WAIT(MAINPAGETIMER)
But it doesnt work.
Can someone help me more on this?
I am trying to declare STATIC variable on my Function file (.qfl)
For example, I declare this in the function libraries (.qfl) file
Dim MAINPAGETIMER = 20
On my test case, I try to do this:
WAIT(MAINPAGETIMER)
But it doesnt work.
Can someone help me more on this?