Integer Intrinsic Functions - AsChar Method

Return the variable as a character

Member of Integer Intrinsic Functions (PRIM_LIBI.IIntegerIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

String

Resulting char

Details

AsChar returns the subject as the equivalent character for the current code page.

Example

In this example, a carriage return is embedded in a string.

     #Result := #String1 + (13).asChar + #String2

See also

All Component Classes

Technical Reference