into

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
into
Summary

Used with the put command to place a value in a container.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
put myVariable into field "Contents"
RelatedKeyword: 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.

Tagsproperties