into | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: after Command: put Function: value Glossary: keyword, command, container, local variable |
Description | Use the into keyword to designate a destination container. If the container is a variable name, and the variable does not already exist, the put command creates it as a local variable and sets it to the designated value. If the container already exists, the into keyword replaces its former contents. |
Tags | properties |