Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

« Predchádzajúce Verzia 2 Aktuálny »

%StrToR function


Function
The function converts a text to a real number.
Declaration
REAL %StrToR(
   TEXT in text
 )
Parameters
textFunction argument.
Example
If text is not a correctly entered real number, the function gets an invalid value.
 
 %StrToR("1.23")       ; returns the value of 1.23
  • Žiadne štítky