ASC: Difference between revisions

From Dark Signs Online
Jump to navigationJump to search
(Created page with "''integer'' '''ASC'''(''char'' ASCII_character) Gets a ASCII value from an character. == Parameters == ''ASCII_value'' This is the character that specifies the ASCII code.")
 
(No difference)

Latest revision as of 04:48, 18 March 2024

integer ASC(char ASCII_character)

Gets a ASCII value from an character.

Parameters

ASCII_value This is the character that specifies the ASCII code.