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 with write feature (ie: not with ReadFile()).

For an example see the CreateFile() command - with WriteCharacter() it just saves a character number instead of a string.

Supported OS

All

<- WriteByte() - File Index - WriteData() ->