<evalcmd> Asc && int && Code value of the first character of <i>string</i>. && string && string && Input string. </evalcmd>
Returns the ANSI or Unicode code for the first character of string.
//Example://arrow-up-right
Output( Asc("Hello") ); --> 72
See also: chr
最后更新于2年前