Chr
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
chr (DNM Script function)
Contents |
[edit]
full declaration
string chr(numerical var)
[edit]
return value
[edit]
description
converts ascii code to a char, eg. chr(65) returns "A".
[edit]
