https://emily.shillest.net/ayaya/index.php?マニュアル/関数/TOAUTO
TOAUTO†
Format†
TOAUTO(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 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!