Str
Converts a number into a string.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
Str | String | Synchronous | Supported | Supported | Supported | Supported |
Syntax
Str( numValue )
- numValue
- Integer or float tag containing a number to be converted to a string.
Returned value
Returns the string, in a float format.
Examples
Tag Name | Expression |
---|---|
Tag | Str( 321654.987 ) // Returned value = “321654.987″ |
Tag | Str( 5.65896246 ) // Returned value = “5.658962″ |