value()
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Feb 18, 2003
- 427 views
Hey gang , trying to parse STR, value(STR) is returning {GET_SUCCESS, SOMEVAL}. 1) is there any way to tell how much of STR value() "ate"? 2) what is the simplest way to get SOMEVAL as returned back from value() into a character string again? I'll do it if I have to, no worry, but there just *must* be a better way than puts(fn,SOMEVAL) and reading it back in again! Pete