int = WriteConsoleOutputCharacter(Characters, WriteCoord
)
Writes a string of characters at a specified position
Parameters
Characters : PyUNICODE
Characters to be writtenWriteCoord : PyCOORD
The screen position at which to start writingReturn Value
Returns the number of characters actually written