int = FillConsoleOutputCharacter(Character, Length
, WriteCoord
)
Sets consecutive character positions to a specified
character
Parameters
Character : PyUNICODE
A single character to be used to fill the specified rangeLength : int
The number of characters positions to fillWriteCoord : PyCOORD
The screen position to begin atReturn Value
Returns the number of characters actually written