isArray: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(recategorization)
Line 31: Line 31:
[[Category:Scripting Commands|ISARRAYCONFIG]]
[[Category:Scripting Commands|ISARRAYCONFIG]]
[[Category:Scripting Commands ArmA|ISARRAYCONFIG]]
[[Category:Scripting Commands ArmA|ISARRAYCONFIG]]
[[Category:Command_Group:_System_Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Variables|{{uc:{{PAGENAME}}}}]]

Revision as of 00:41, 6 May 2007

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
_ok = isArray (configFile >> "CfgVehicles") Result is false

Additional Information

See also:
configFileconfig/nameconfigNamecount configgetArray configgetText configgetNumber configinheritsFrom configisClass configisNumber configisText configselect config

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

Notes

Bottom Section