Hi All,
I have a field declared as CHAR3 . I get the data into this field from a file which has value like '30 days' or '265 days' or '3 days'.
Now I am grabbing the value from the file as below: field = field+0(3).
so the result is '30 ' or '265' or '3 d'. Here, if you observe, the value 'd' in the last result is an error.
Could someone help me that I display the correct value?
Thanks,
points assured.