PutStringAfter | ||||||||||
Type | statement | |||||||||
Dictionary | LCB | |||||||||
Library | LiveCode Builder | |||||||||
Syntax |
| |||||||||
Associations | com.livecode.string | |||||||||
Summary | Appends Source to Target. | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Description | Use to insert a string without replacement. Can be used either with a chunk expression to insert at a specified location, or without to append to the target string. | |||||||||
Tags | strings |