CODE (PQL - xl)
This function returns a numeric code to represent the first character in a text string. The returned code corresponds to the Windows character set (ANSI)
- Library: PQL \ Spreadsheet \ Text
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
CODE(text)
Function Arguments
Name | Description | Type | Optional |
text | The argument is the text from which you want to determine the code of the first character | String |
|
Comments
This function is the same as the Microsoft Excel 'CODE' function - using the same inputs, logic and outputs.