readstr
read a string from file
handle - file handle
returns: a string
Check for EOF like this: !value_is_string(retvalue)
Thread-safe function.
string readstr(long handle);
Last updated
Was this helpful?
read a string from file
handle - file handle
returns: a string
Check for EOF like this: !value_is_string(retvalue)
Thread-safe function.
string readstr(long handle);
Last updated
Was this helpful?