This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy pathget.xml
More file actions
81 lines (66 loc) · 2.6 KB
/
Copy pathget.xml
File metadata and controls
81 lines (66 loc) · 2.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<doc>
<legacy_id>1304</legacy_id>
<name>get</name>
<type>command</type>
<syntax>
<example>get <i>expression</i></example>
</syntax>
<synonyms>
</synonyms>
<summary>Places the <function tag="value">value</function> of an <glossary tag="expression">expression</glossary> in the <keyword tag="it">it</keyword> <glossary tag="variable">variable</glossary>.</summary>
<examples>
<example>get the colors</example>
<example>get 2 * 25 * pi <i>-- gets area of circle with radius 25</i></example>
<example><p>get message <i>-- evaluates expression in message box</i></p></example>
<example>get URL "https://www.livecode.com"</example>
</examples>
<history>
<introduced version="1.0">Added.</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
<changed version="4.6.1">Added Support for Android and iOS</changed>
<experimental version=""></experimental>
<nonexperimental version=""></nonexperimental>
</history>
<objects>
</objects>
<platforms>
<mac/>
<windows/>
<linux/>
<ios/>
<android/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
<mobile/>
</classes>
<security>
</security>
<classification>
<category>Values & Properties</category>
</classification>
<references>
<command tag="set">set Command</command>
<command tag="unload">unload Command</command>
<command tag="libURLSetLogField">libURLSetLogField Command</command>
<command tag="load">load Command</command>
<command tag="libURLSetFTPStopTime">libURLSetFTPStopTime Command</command>
<command tag="post">post Command</command>
<command tag="put">put Command</command>
<keyword tag="it">it Keyword</keyword>
<control_st tag="getProp">getProp Control Structure</control_st>
</references>
<description>
<overview>Use the <b>get</b> command to fetch the value of an <glossary tag="expression">expression</glossary>.</overview>
<parameters>
<parameter>
<name>expression</name>
<description>Is any expression that yields a value.</description>
</parameter> </parameters>
<value></value>
<comments>The <b>get</b> <glossary tag="command">command</glossary> is a shorthand way of writing the following statement:<p></p><p> put<i> expression</i> into it</p><p></p><p></p><p></p><note>When specifying URLs for Android and iOS, you must use the appropriate form that confirms to the RFC standards. Ensure that you <function tag="urlEncode">urlEncode</function> 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.</note></comments>
</description>
</doc>