Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Integer Intrinsic Functions - AsChar Method

Panel
bgColor#2c3c4c

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