Please enable JavaScript to view this site.

ESL Release Notes

There are 2 new routines included in the FileIO library:

WriteByte - writes a single byte to a file. The value of the byte is specified by an integer. As the value of the byte can be any value between 0 and 255.

WriteWord - writes a two byte "word" to a file. The value of the byte is specified by an integer. As the value of the byte can be any value between 0 and 65535. The bytes are written with the low order byte first followed by the high order byte.