isArray: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Some wiki formatting)
m (Text replacement - "config / name" to "a / b")
 
Line 30: Line 30:
|x1= <sqf>_ok = isArray (configFile >> "CfgVehicles") // returns false</sqf>
|x1= <sqf>_ok = isArray (configFile >> "CfgVehicles") // returns false</sqf>


|seealso= [[configFile]] [[config / name]] [[configName]] [[count]] [[getArray]] [[getText]] [[getNumber]] [[inheritsFrom]] [[isClass]] [[isNumber]] [[isText]] [[select]]
|seealso= [[configFile]] [[a / b]] [[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