PutInto | ||||||||||
Type | statement | |||||||||
Dictionary | LCB | |||||||||
Library | LiveCode Builder | |||||||||
Syntax |
| |||||||||
Associations | com.livecode.language | |||||||||
Summary | Put a value into a container. | |||||||||
Parameters |
| |||||||||
Description | Assigns the result of evaluating sourceValue to targetContainer. *Note:* It is a checked runtime error for the source value's type to not be compatible with the target expression's type. |