StrToReal (FUN)¶
FUNCTION StrToReal : REAL
Converts a string to a REAL value, taking into account the special values ‘NaN’, ‘+Inf’, and ‘-Inf’. Based on STRING_TO_REAL.
- InOut:
- Scope - Name - Type - Comment - Return - StrToReal- REAL- Input - str- STRING- The string to convert