delimit | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | delimiting,delimited,delimit |
Related | Glossary: string, character, double quote |
Description | To use a particular character to mark the beginning or end of a piece of data, or separate pieces of data from each other. For example, a string is delimited by double quotes ("): a double quote is placed at the beginning and end of the string to separate it from the surrounding code. |
Tags | text processing |