Ascii
Method Signature
Ascii(string=[string])Arguments
Argument
Type
Required
Description
Default
Examples
character and value of Korean currency symbol ( unicode number 8361 )
x = char( 8361 );
writeoutput( "character: #x#" );
x = ascii( x );
writeoutput( "<br>Unicode value: #x#" );
Related
Last updated
Was this helpful?
