isArray: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ")
m (Text replacement - "config / name" to "a / b")
 
(15 intermediate revisions by the same user not shown)
Line 22: Line 22:
|descr= Check if config entry represents array.
|descr= Check if config entry represents array.


|s1= '''isArray''' config
|s1= [[isArray]] config


|p1= config: [[Config]]
|p1= config: [[Config]]
|r1= [[Boolean]]
|r1= [[Boolean]]


|x1= <code>_ok <nowiki>=</nowiki> '''isArray''' ([[configFile]] >> "CfgVehicles")</code>
|x1= <sqf>_ok = isArray (configFile >> "CfgVehicles") // returns false</sqf>


Result is false 
|seealso= [[configFile]] [[a / b]] [[configName]] [[count]] [[getArray]] [[getText]] [[getNumber]] [[inheritsFrom]] [[isClass]] [[isNumber]] [[isText]] [[select]]
|seealso= [[configFile]], [[config / name]], [[configName]], [[count]], [[getArray]], [[getText]], [[getNumber]], [[inheritsFrom]], [[isClass]], [[isNumber]], [[isText]], [[select]]
}}
}}

Latest revision as of 15:22, 30 May 2022

Hover & click on the images for description

Description

Description:
Check if config entry represents array.
Groups:
ConfigArrays

Syntax

Syntax:
isArray config
Parameters:
config: Config
Return Value:
Boolean

Examples

Example 1:
_ok = isArray (configFile >> "CfgVehicles") // returns false

Additional Information

See also:
configFile a / b configName count getArray getText getNumber inheritsFrom isClass isNumber isText select

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note