Converts a string into a float.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
Num | String | Synchronous | Supported | Supported | Supported |
Num( strValue )
Returns the number (formerly in a string format) in float format.
Tag Name | Expression |
---|---|
Tag | Num( "321654.987" ) // Returned value = 321654.987 |
Tag | Num( "5.6589626246" ) // Returned value = 5.6589626246 |