Name: get Type: command Syntax: get Summary: Places the of an in the . Introduced: 1.0 OS: mac, windows, linux, ios, android Platforms: desktop, server, mobile Example: get the colors of button 1 Example: get 2 * 25 * pi -- gets circumference of circle with radius 25 Example: get message -- evaluates expression in message box Example: get URL "https://www.livecode.com" Parameters: expression: Any expression that yields a value. Description: Use the command to fetch the value of an . The is a shorthand way of writing the following statement: put expression into it > *Note:* When specifying URLs for iOS or Android, you must use the > appropriate form that conforms to [RFC > 1738](https://tools.ietf.org/html/rfc1738). Ensure that you > 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. References: post (command), unload (command), put (command), libURLSetFTPStopTime (command), load (command), set (command), libURLSetLogField (command), getProp (control structure), value (function), URLEncode (function), expression (glossary), command (glossary), variable (glossary), it (keyword) Tags: properties