Hi,
I have a file which has contains one line which is a number . ( Example : 212)
I used File processing to Read text from that file and assigned a variable."number"
Hence variable "number" now contains= 212
Later I tried to increase counter on that variable .. but it failed ,probably because it was taken as a string.
How can I assign that as a numeric variable ?
Thanks
I have a file which has contains one line which is a number . ( Example : 212)
I used File processing to Read text from that file and assigned a variable."number"
Hence variable "number" now contains= 212
Later I tried to increase counter on that variable .. but it failed ,probably because it was taken as a string.
How can I assign that as a numeric variable ?
Thanks