Space
Return a string of spaces
Declaration
Source position: systemh.inc line 1271
function Space(b: Byte) : shortstring;
Description
Space returns a shortstring with length B, consisting of spaces.
See also
Name | Description |
---|---|
StringOfChar | Return a string consisting of 1 character repeated N times. |