Skip to content

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:

Clone this wiki locally