forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommandName.xml
More file actions
64 lines (49 loc) · 1.32 KB
/
Copy pathcommandName.xml
File metadata and controls
64 lines (49 loc) · 1.32 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
<doc>
<legacy_id></legacy_id>
<name>commandName</name>
<type>function</type>
<syntax>
<example>the commandName</example>
</syntax>
<synonyms>
</synonyms>
<summary>Returns the command name used to start the execution of the application</summary>
<examples>
<example>put the commandName</example>
<example><p>set the itemdelimiter to slash</p><p>put the last item of the commandName into field "log"</p></example>
</examples>
<history>
<introduced version="7.1.0">Added.</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
<changed version=""></changed>
<experimental version=""></experimental>
<nonexperimental version=""></nonexperimental>
</history>
<objects>
</objects>
<platforms>
<mac/>
<windows/>
<linux/>
</platforms>
<classes>
<desktop/>
<server/>
</classes>
<security>
<none required/>
</security>
<classification>
</classification>
<references>
<keyword tag="$">$ Keyword</keyword>
</references>
<description>
<overview>Returns the full command name that has been used to start the executable.</overview>
<parameters>
</parameters>
<value></value>
<comments>The <b>commandName</b> is only available for standalone applications and server scripts. It returns empty for mobile platforms and in the IDE.</comments>
</description>
</doc>