|
Chr$ | ||
ResultString$ = Chr$(AscCode) | ||
Parameters: AscCode = The ASCII you wish to convert to a string character |
||
Returns: ResultString$ = The string character that represents this ASCII value |
||
Chr$() converts an ASCII code into a string character. FACTS: * Chr$() only accepts valid ASCII code values between 0 an 255. Mini Tutorial:
This example would output.
|
Related Info: | Asc | Left$ | Make$ | Mid$ : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |