StringLib.spaces returns a string of spaces of the specified length.
eglx.lang
static function spaces (characterCount int in) returns(string);
If characterCount is null, the function returns a null.
After the following code runs, result is a string of 7 spaces:
result STRING = StrLib.spaces(7);
Target | Issue |
---|---|
Java | No issues. |
JavaScript | No issues. |