$asc

From Scriptwiki
Revision as of 21:00, 11 September 2005 by Doomie (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns the ascii number of the character C.

$asc(C)

//echo -a $asc(A) returns 65.

See Also

$chr returns the character of an ascii number.