No Charles...
I return to float
it is under subroutine ParseExpr()
float rf
string cExpr
rf = Eval(cExpr)
ok i add code into attachment so you can try...
here is example;
defINT n,s
Set n = 1,s=2
wForm 100,0,400,400,#MMS,0,"New Window!"
LoopTo n,1,120000,1
set s = n+1
wtext 100,100,s
Shift n
wtext 250,40,"Test TEXT"