[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return a string of spaces
Source position: systemh.inc line 1183
function Space( |
b: Byte |
):shortstring; |
Space returns a shortstring with length B, consisting of spaces.
|
Return a string consisting of 1 character repeated N times. |