Reading and Writing Text Data
- Last UpdatedNov 07, 2016
- 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).