Project

General

Profile

Actions

$asc » History » Revision 1

Revision 1/5 | Next »
Per Amundsen, 02/18/2014 06:30 AM


Added in 1.9.0

$asc(C)

Returns the ascii number of the character C.

Parameters

C - The character.

Example

;Returns 65.
//echo -ag $asc(A)  

;returns 42
//echo -ag $asc(*)

Updated by Per Amundsen about 10 years ago · 1 revisions

Also available in: PDF HTML TXT