isNumber: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ")
Line 28: Line 28:


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

Revision as of 18:37, 20 January 2022

Hover & click on the images for description

Description

Description:
Check if config entry represents number.
Groups:
Config

Syntax

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

Examples

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

Additional Information

See also:
configFile config / name configName count getArray getText getNumber inheritsFrom isArray isClass isTextselect

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