int FileReadByte(int file)
int file = FileOpen("readme.txt", FILE_READ); Log(str(FileReadByte(file))); FileClose(file); // This read the first byte and logs the value // First line is "Welcome to VERGE 3! " so logs // The number '87' which is the value of 'W' in ascii
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |