Adams Basic Package
>
Adams View
>
View Function Builder
>
Design-Time Functions
>
Functions: R - S
> STR_CHR
STR_CHR
Returns a character whose ASCII value is mapped to an input integer.
Format
STR_CHR (Integer Value)
Argument
Integer Value
ASCII value to be mapped.
Example
The following example returns the ASCII value of the letter A:
Function
STR_CHR(65)
Result
A
Learn more about string functions
.
This site works best with JavaScript enabled