Restrictions
- Last Updated: October 14, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following restrictions apply to LONGCHAR values:
- Whatever the code page, the
LONGCHARcan only contain one string in one code page. It contains only 1NULLterminator of its own code page.LONGCHARcannot consist of multiple code pages, with different character sets in different frames, as an HTML file can. - The
UNDEFINEDcode page is not allowed forLONGCHARvalues. - You can use only the large editor for viewing a
LONGCHAR(VIEW-AS EDITOR LARGE). - A
LONGCHARprogram variable cannot beUNDO. - You cannot use a
LONGCHARprogram variable inWHEREclauses.