parseNumber
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Parse string containing real number.
Syntax
Examples
- Example 1:
- _number = parseNumber "0.125"
Additional Information
- Multiplayer:
- Behaviour unknown.
Notes
Notes
Notes
- If the text does not represent a number ("abc" for example), parseNumber will return 0 (zero). It is therefore not possible to use parseNumber to determine if the string contains a valid number or not.

