PyConsoleScreenBuffer.WriteConsoleOutputCharacter

int = WriteConsoleOutputCharacter(Characters, WriteCoord )

Writes a string of characters at a specified position

Parameters

Characters : PyUNICODE

Characters to be written

WriteCoord : PyCOORD

The screen position at which to start writing

Return Value

Returns the number of characters actually written