This function returns the corresponding symbol of a given ASCII code.


getAscii(asciiCode) #Output: Text



Parser expressionDescription


getAscii(65)


This example returns

A


getAscii(169)


This example returns

©



Parameters used in this function

ParameterInput (data type)Description
asciiCode

A valid ascii code (0 <= asciiCode <= 255).



This function returns a



Use cases and examples



Parser function cloud
Map(error)
NotesNot possible.






Status
Tech review

Style guide




Short description

Returns the corresponding symbol of a given ASCII code.

Output

Available since

Label