NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HxLink DID NOT INITIALIZE

Chr Function

Returns a String containing the character associated with the specified character code.

Chr(charcode)

The required charcode argument is an Integer that identifies a character.

Remarks

Numbers from 0 – 31 are the same as standard, nonprintable ASCII codes. For example, Chr(10) returns a linefeed character. The normal range for charcode is 0 – 255. However, on DBCS systems, the actual range for charcode is -32768 to 65535.

See Also

Example

Asc Function | Character Set (0 - 127) | Character Set (128 – 255) | Returning Strings from Functions | Str Function | Type Conversion Functions