spaces()

The system function StrLib.spaces returns a string composed of a specified number of spaces.

  StrLib.spaces(characterCount INT in)
  returns (result STRING)
result
A variable of type STRING.
characterCount
The length of the string of spaces to be returned.

Related reference
EGL library StrLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.