Reference

Components
ASCII to String
Description
The ASCII to String primitive converts an integer into its corresponding ASCII character (or more accurately the ISO Latin 1 character as
ASCII is only defined through 127). For values above 255 the output 'wraps' back to zero (so the character returned will equal the modulus
remainder dividing by 256).
Connectors
Inputs Type Outputs Type
ASCII character code
(0-255)
Int Corresponding ASCII
character
String
16 of 494