GetChar  Global

The GetChar function retrieves the ASCII character from its value.

The NULL character cannot be retrieved.

Syntax

String Global.GetChar(
     Integer value)

Parameters

valueValue between 1 and 255.Required

Return value

The GetChar function returns the ASCII character.

Example

// Space
char = GetChar(22)
SECCIA Documentation - Copyright © 2001-2012 Sylvain Seccia