String.space MethodReturns a string containing a defined number of spaces.object.space (width) Arguments
Return ValueThe String.space method returns a copy of the string with any leading or trailing spaces removed.RemarksThe following example illustrates the use of the String.space method.Console.Writeln("Hello".space(20)); // returns ' ' RequirementsrTrim(), lTrim() |