native Float: atof(const string[]);
Converts a character string into a float
Parameter
Explanation
string
Character string that is to be converted
Explanation
Return value
Float for which the numerical value corresponds to the character string
native tolower(c);
Converts a character into lower case
Parameter
Explanation
c
Character that should be converted to lower case
Explanation
Return value
The lower case variant of the transferred character, if available, or the unchanged
character code of "c" if the letter "c" does not have a lower case equivalent.
native toupper(c);
Converts a character into upper case
Parameter
Explanation
c
Character that should be converted to upper case
Explanation
Return value
The upper case variant of the transferred character, if available, or the
unchanged character code of "c" if the letter "c" does not have a upper case
equivalent.
176
Rev. 05
Summary of Contents for myDatalogEASY V3
Page 2: ......
Page 13: ...Chapter 2 Declaration of conformity Chapter 2 Declaration of conformity Rev 05 13 ...
Page 14: ......
Page 42: ......
Page 76: ......
Page 88: ......
Page 102: ......
Page 110: ......
Page 116: ......
Page 234: ......
Page 244: ......
Page 252: ......
Page 254: ......
Page 266: ......
Page 276: ......