after | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Used with the put command to place a value at the end of a container or chunk. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: into, field, before, at Property: selected Command: put Function: value Glossary: keyword, insertion point, command, container, chunk |
Description | Use the after keyword to position the insertion point at a selected location in a field, or to add text at a specific location in a container. You can specify either a container, or a chunk within a container. If you don't specify a chunk, the after keyword specifies the very end of the container. When you use the after keyword, the current contents of the container or chunk is not affected. The text is added to the container or chunk, instead of replacing it. |
Tags | text processing |