Hio Charles
sorry but i must bothering you about this problem.
sorry again if is fixed in new version...blame on me
i just try in one example :
string func
float res,result
select func
case "SIN" : result =sin(res)
case ....
case ....
end select
so in this case SELECT not respond on string varible func
BUT if i use
if func = "SIN" ....... then work
i just hope that this would be fixed
or i will (must ) replace func with integer
like fun
int fun
select fun
once again if this is solved in last version
all best Aurel