For the complete documentation index, see llms.txt. This page is also available as Markdown.

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?