delimiter

delimiter


deleting items Index Level dictionaries
Syntax
Category Definitions
Type Definition
Description delineates parts of a statement, command or data.

"System Delimiters" include the four special metacharacters reserved for use by the Pick Data Model: attribute marks, value marks, subvalue marks and segment marks.

Access and FlashBASIC both use (') (single-quotes), (") (double-quotes), and (\) (backslashes) as string delimiters, marking the beginning and ending point of a literal string.

Data itself may be delimited by any non-reserved delimiters mentioned above, such as (*) or (-).
Options
See Also char attribute mark value mark subvalue mark segment mark system delimiters reserved system delimiters
Example
Warnings
Compatibility D3 7.0 AP R83
deleting items Index Level dictionaries