Read and write text data
- Last UpdatedJul 24, 2024
- 1 minute read
You can write a script to read and write text data to and from a file by using the FileReadMessage() and FileWriteMessage() functions. You can either read/write a specified number of bytes or an entire line of text (demarcated by a line feed character).