Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ppl:functions:chr [2019/04/16 13:14] – created - external edit 127.0.0.1 | ppl:functions:chr [2024/03/27 13:57] (current) – stimpy | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== CHR(var: | ====== CHR(var: | ||
- | Returns a single character long string of the character represented by ASCII code "var" | + | Returns a single character long string of the character represented by ASCII code `var` (0-255) |
- | **See also:** Asc | + | |
+ | --- | ||
+ | **See also: | ||