PreviousNextIndex

" "Character-string literal

Specifies a literal character-string value.

Syntax

"characters" [ : [ R | L | C | T ] [ U ] [ max-length ] ] 

characters
R | L | C | T
U
max-length
Note

If you include the colon (:) after the quoted string, you must supply at least one option. Otherwise, ABL treats the colon as a statement separator.


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex