Text

Constant:

LL_TEXT

Content e.g.:

"abcdefg"

Hints:

The text can contain special characters to handle word wraps. These characters are:

Value

Meaning

LL_­CHAR_­NEWLINE, 0x0d, 0x0a

Text object: Becomes a blank, if "word wrapping" is not activated in the Designer. Table field: Wrap is forced:
"This will"+chr$(LL_CHAR_NEWLINE) +"be wrapped"

LL_­CHAR_­PHANTOMSPACE

The character is ignored, if no wrapping is chosen in the Designer. In this way, other characters can be assigned to a wrap:
"This is a word-"+chr$(LL_CHAR_PHANTOMSPACE)+"wrap" is wrapped when needed.

LL_­CHAR_­LOCK

Is put in front of tabs or blanks and means that no wrapping may occur: "Not"+chr$(LL_CHAR_LOCK)+" here please"

 

The codes of these characters can be changed with LL_­OPTION_­xxx­REPRESENTATION­CODE.