Difference between revisions of "$asc"

From Scriptwiki
Jump to: navigation, search
(No difference)

Revision as of 22:00, 11 September 2005

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.