GET-COLLATIONS function
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The GET-COLLATIONS function returns a comma-delimited
list of the collations either listed in convmap.cp or
specified by the Conversion Map (-convmap) startup
parameter for the specified code page.
Syntax
|
- codepage
- A code page name. If there are no collations for the specified
code page, the AVM returns the Unknown value (
?).
Example
This procedure displays a list of the code pages available in memory for the current ABL session and the collations available for each code page:
r-get.p
|