integerAsChar()

The string-formatting function StrLib.integerAsChar converts an integer string into a character string.

  StrLib.integerAsChar(integer INT in)
  returns (result STRING)
result
A variable of type STRING.
integer
A literal, variable or expression that returns an integer of type BIGINT, INT or SMALLINT.
To convert a character string into an integer string, use the StrLib.characterAsInt string-formatting function.

Related reference
EGL library StrLib
characterAsInt()

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