Array of ASCII numbers to string

Hi, Is there a way to convert an array of ASCII numbers, eg.
[ 119, 101, 114, 116, 118, 111, 108, 108 ],
to a string? If there is, sorry I’ve not found it.

Thanks

[ 119, 101, 114, 116, 118, 111, 108, 108 ].asAscii.toString
1 Like