Syntax
| string = stringclassobject.PaddedLeft(Numchars)
| ||||
---|---|---|---|---|---|
Description
| Returns numchars leftmost characters from the StringClass variable. When the length of the text buffer in the variable is shorter than the requested number of characters, additional spaces are padded until the required lenght is reached.
| ||||
See Also
| |||||
Example
|
|