Chr() |
Top Previous Next |
Chr() - Returns Character from ANSI Code Description The Chr() function returns the character associated with the specified ANSI character code. String = Chr(Number) Returns Character Example SMEvent.Raise "Trace", Chr(65) & Chr(66) & Chr(67) 'Returns "A B C" |