Converts its parameters from integers to corresponding ASCII characters and returns the string composed of these characters.
Syntax: |
|---|
value = ASCIIToCharacters( expression ) OR value = Chr( expression ) ' Short form usage: "Chr" |
Parameter: |
Description: |
|---|---|
expression |
Any ASCII character value, or a list of comma separated ASCII values |
value |
String which corresponds with the numeric ASCII codes. |
Example: |
|---|
value = ASCIIToCharacters( 65 ) ' Returns "A"
Results: See example comments. |
Links: |
|---|
See Also: |
Edit Time: 5/10/2017 7:17:16 PM |
Topic ID#: 40 |