Try OpenEdge Now
skip to main content
ABL Reference
ABL Syntax Reference : " Special character
 

" Special character

The double quote (") encloses character constants or strings. To use quotes within a quoted character string, you must use two double quotes (""), which compile to a single double quote ("), or you must put a tilde (~) in front of any quotes within the quoted character string. (This does not work when passing parameters to an include file.)

See also

" "Character-string literal