get | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Places the value of an expression in the it variable. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Keyword: it Command: post, unload, put, libURLSetFTPStopTime, load, set, libURLSetLogField Function: value, URLEncode Control Structure: getProp Glossary: expression, command, variable | ||||||
Description | Use the get command to fetch the value of an expression. The get command is a shorthand way of writing the following statement:
Note: When specifying URLs for iOS or Android, you must use the appropriate form that conforms to RFC 1738. Ensure that you URLEncode any username and password fields appropriately for FTP URLs. The Android and iOS engines do not support 'libUrl', which would allow characters such as @ in the username. | ||||||
Tags | properties |