Please enable JavaScript to view this site.

ESL Documentation

ESLSTR Function

Converts an ASCII value into a character.

 

Long2ASCII(ASCIICharValue_IV)

Parameters

ASCIICharValue_IV

An integer value in the range 0 to 255.

Returns

The character equivalent of the ASCII value.

Description

This functions allows an ASCII character to be generated from the value.

See Also

ASCII2Long( ) Function.