Valid on NetWare, Symbian OS, UNIX, Windows and Windows CE
The Chr function converts an integer value to its corresponding wide character.
Function format:
Chr(n1 as Integer) as Char
Identifies integer value
The function returns one wide character specified by the n1 parameter.
Example:
Print "LITTLE "+Chr(65)+Chr(66)+Chr(67)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|