Integer Intrinsic Functions - AsChar Method

Return the variable as a character

Member of Integer Intrinsic Functions (PRIM_LIBI.IIntegerIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)StringResulting 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

Febuary 18 V14SP2