CHAR (PQL - xl)
This function returns the character specified by a number
- Library: PQL \ Spreadsheet \ Text
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
CHAR(number)
Function Arguments
Name | Description | Type | Optional |
number | For the argument, use a number between 1 and 255 specifying which character you want from the Windows character set (ANSI) | Number |
|
Comments
This function is the same as the Microsoft Excel 'CHAR' function - using the same inputs, logic and outputs.