WriteAsciiCharacter()
Syntax
WriteAsciiCharacter(#File, Number)Description
Write an ascii character (1 byte) in the #File. The file must be opened using a write-capable function (i.e. not with ReadFile()).
For an example see the CreateFile() function - with WriteAsciiCharacter() only an ascii character is written, instead of a string.
Supported OS
All