spaces()

The strLib.spaces() system function returns a string of spaces of the specified length.

Syntax

  strLib.spaces(count INT? in)
  returns (result STRING?)
count
The length of the string of spaces to be returned.
result
A STRING variable. If count is null, the function returns a null value.

Feedback