10-27-2010, 10:12 AM
Hi Galstar,
How are you entering value into the variable "a" ?
If you do it the below way, if will take as string
a = "123"
If you do it in the below way, it will take as integer
a = 123
Correct you code accordingly and let me know if it works
Thanks
Vinod
How are you entering value into the variable "a" ?
If you do it the below way, if will take as string
a = "123"
If you do it in the below way, it will take as integer
a = 123
Correct you code accordingly and let me know if it works
Thanks
Vinod