Get

Typestatement
DictionaryLCB
LibraryLiveCode Builder
Syntax
get <expression>
Associationscom.livecode.language
Summary

Evaluate an expression and put it into the result.

Parameters
NameTypeDescription
expression

Any expression.

RelatedExpression: TheResult
Description

The get statement evaluates the Value expression and returns it as the result of the statement. The value is subsequently available by using the result expression.