-
Notifications
You must be signed in to change notification settings - Fork 8
getCharCode
MicroBlaster edited this page Sep 21, 2019
·
1 revision
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:
.