Operator Reference
Access
List of Operators
close_file
- Closing a text file.
fnew_line
- Write a line break and clear the output buffer.
fread_bytes
- Read bytes from a binary file.
fread_char
- Read one character from a text file.
fread_line
- Read a character line from a text file.
fread_string
- Read a string from a text file.
fwrite_bytes
- Write bytes to a binary file.
fwrite_string
- Write strings and numbers into a text file.
open_file
- Open a file in text or binary format.