|
|
|
Online Scripting Reference
|
|
getCharCode
|
Purpose
|
Retrieves an ASCII character code from a single-character value.
|
|
Syntax
|
getCharCode {char} resultVar
{char}: The character to get a code from. This must be a single character, it cannot be a block of text.
resultVar: A variable to hold the character code.
|
|
Notes
|
For more information on ASCII character conversions, look up 'ASCII chart' in an internet search engine.
|
|
Example
|
|
Return to item listing |
|
|