https://emily.shillest.net/ayaya/index.php?マニュアル/関数/ISVAR
ISVAR†
Format†
ISVAR(string)
Function†
- Checks whether a variable with the specified name exists.
Arguments†
- string
- String representing the variable name.
Return value†
- 0: Variable does not exist
- 1: Global variable exists
- 2: Local variable exists
Related†
Version†
- YAYA: Available from the start
- Available in AYA5.8
Example†
- No example yet.
- Someone please provide one!