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