Please enable JavaScript to view this site.

ESL Documentation

ESLSTR Function

Converts the first character of a string into the ASCII value.

 

ASCII2Long(Character_SV)

Parameters

Character_SV

A character in the form of a string where the ASCII value is required. Note. Only the first character is significant.

Returns

An integer with the ASCII value of the character input. The value will be between 0 and 255.

Description

This functions allows the ASCII value of a character to be determined.

See Also

Long2ASCII( )  Function.