Return a string of spaces.
Source position: systemh.inc line 1310
function Space(
b: Byte
):shortstring;
Space returns a shortstring with length B, consisting of spaces.
StringOfChar
Return a string consisting of 1 character repeated N times.