SECEdit::PadSpaces
CStringSECEdit::PadSpaces(intnSpaces, SECEditLineCollcSpace= (0, 0), BOOLbUseDefault= TRUE)
Converts a number of spaces into a string of whitespace required to fill space at the given line and column.
Defined in: SECEdit.cpp
Return Value
Returns a string of spaces.
Parameters
nSpaces
The number of spaces.
lcSpace
The line and column to insert the string.
bUseDefault
If non-zero, uses the settings from the configuration manager; otherwise, always uses tabs.
See Also