Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%StrToR function


Function
The function converts a text to a real number.


Declaration


Blok kódu
languageesl
themeConfluence
REAL %StrToR(
   TEXT in text
 )


Parameters


textFunction argument.


Example
If text is not a correctly entered real number, the function gets returns an invalid value.
 



Blok kódu
languageesl
themeRDark
 %StrToR("1.23")       ; returns the value of 1.23