nivini
Programmer
- Mar 24, 2004
- 64
I have this code
text1.text contain TEMP8003
not as expected, the valTEXT variable gets 0 instead of 8003
can you solve this mistery to me?
nivini
Code:
if instr(1, text1.text, "TEMP") then
valTEXT=val(text1.text)
end if
text1.text contain TEMP8003
not as expected, the valTEXT variable gets 0 instead of 8003
can you solve this mistery to me?
nivini