<evalcmd> Space && string && String of spaces. && count && int && Number of spaces. </evalcmd>
Returns a string consisting of count spaces.
//Example://arrow-up-right
Output("Hello" + Space(10) + "World"); --> Hello World
See also: string
最后更新于2年前