https://emily.shillest.net/ayaya/index.php?マニュアル/関数/TOAUTOEX
TOAUTOEX†
Format†
TOAUTOEX(string)
Function†
- Returns an integer if the given string can be interpreted as an integer, or a real number if it can be interpreted as a real number.
- If neither is possible, the string will be returned.
- The conversion will only be performed if the result of converting it back to a string matches the original string. (This is the difference between having EX and not.)
- The behavior when a general purpose array variable is used as an argument is undefined.
Arguments†
- string
- String to be converted.
Return value†
- If successful, the integer or real number.
- If failed, the original string.
Related†
Version†
Example†
- No example yet.
- Someone please provide one!