https://emily.shillest.net/ayaya/index.php?マニュアル/関数/GETTYPE
GETTYPE†
Format†
GETTYPE(var)
Function†
- Note: To ensure compatibility, a general array with 1 element returns the type of its first (and only) element. To find out the exact type assigned to a variable, use GETTYPEEX.
Arguments†
- var
- Value (variable or expression) whose type is to be checked.
Return value†
- 0: Internal error
- 1: Integer
- 2: Real number
- 3: String
- 4: General array
- If unsuccessful, 0 is returned.
Related†
Version†
- YAYA: Available from the start
- Available in AYA5.8
Example†
- No example yet.
- Someone please provide one!