Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ppl:functions:asc [2019/04/16 13:14] – created - external edit 127.0.0.1ppl:functions:asc [2024/03/27 13:56] (current) stimpy
Line 1: Line 1:
 ====== ASC(var:string) :INTEGER ====== ====== ASC(var:string) :INTEGER ======
-Returns the ASCII value (0-255) of the first character of "var"   +Returns the ASCII value (0-255) of the first character of `var
-**See also:** Chr+ 
 +--- 
 +**See also:** [[ppl:functions:chr|Chr]]