How to obtain a char from its ascii code?

Is possible to obtain a char from its ascii code?
(using blocks or an extension or …).

To be more specific, char(65) should output A or char(13) should output [carriage return].

It is always good to first search the community. This has been asked before.

I just searched for Search results for 'ascii' - Kodular Community

This post did not come out in my searches.
Thank you. I will study it.
My interest is in chars before [SPACE], then I will try to add them in a list.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.