This repository was archived by the owner on Sep 6, 2021. It is now read-only.
forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharray.xml
More file actions
67 lines (51 loc) · 1.4 KB
/
Copy patharray.xml
File metadata and controls
67 lines (51 loc) · 1.4 KB
1
<doc> <legacy_id></legacy_id> <name>array</name> <type>keyword</type> <syntax> </syntax> <synonyms> </synonyms> <summary>Used with the '<operator tag="is a">is a</operator>' and '<operator tag="is not a">is not a</operator>' operators to check whether a value is an array.</summary> <examples><example><p>put "apple" into tArray[1]</p><p>put "carrot" into tArray[1]</p><p>put tArray is an array -- Evaluates to true</p><p></p></example> </examples> <history> <introduced version="1.0">Added.</introduced> <deprecated version=""></deprecated> <removed version=""></removed> <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> <operator tag="is a">is a Operator</operator> <operator tag="is not a">is not a Operator</operator> </references> <description> <overview>Use the <b>array</b> keyword to find out whether a value is an array.</overview> <parameters> </parameters> <value>The <b>array</b> keyword returns true if the variable is an array. False, if the variable is not an array.</value> <comments></comments> </description></doc>