StringToFloat
From NWN Lexicon
Contents |
[edit] StringToFloat(string)
Converts a string into a floating point number.
float StringToFloat( string sNumber );
[edit] Parameters
sNumber
The string to convert into a float.
[edit] Description
Returns the value of sNumber converted from a string into a float.
Returns 0.0 on error.
[edit] Version
1.61
[edit] See Also
functions: |
author: Charles Feduke, editor: Lilac Soul