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

writestr

write a string to file
     handle  - file handle
     str     - string to write
returns: 0 - ok
Thread-safe function.

long writestr(long handle, string str);

Last updated

Was this helpful?