StrToLReal (FUN)¶
FUNCTION StrToLReal : LREAL
Converts a string to an LREAL value, taking into account the special values ‘NaN’, ‘+Inf’, and ‘-Inf’. Based on STRING_TO_LREAL.
Note
This function also handles the case LREAL = REAL.
- InOut:
- Scope - Name - Type - Comment - Return - StrToLReal- LREAL- Input - str- STRING- The string to convert