isNumber: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|ISNUMBER]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|ISNUMBER]]
____________________________________________________________________________________________


| ofp |= Game name


<h2 style="color:#000066">''' isNumber ''config'''''</h2>
|1.00|= Game version
____________________________________________________________________________________________


|  |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''isNumber config''' |= Syntax


'''config:''' [[Config]]
|  |= Return value
____________________________________________________________________________________________


'''Type of returned value:'''
|  |= See also


[[Boolean]]
}}


'''Compatibility:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Version 2.35 required.
<!-- Note Section END -->
</dl>


'''Description:'''
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|ISNUMBER]]
Check if config entry represents number.
[[Category:Scripting Commands ArmA|ISNUMBER]]
 
 
'''Example'''
 
_ok = '''isNumber''' (configFile >> "CfgVehicles")  .... result is false

Revision as of 01:37, 2 August 2006

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Uncategorised

Syntax

Syntax:
isNumber config
Return Value:
Return value needed

Examples

Examples:
Example needed

Additional Information

See also:
See also needed

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