-
Notifications
You must be signed in to change notification settings - Fork 0
Is_array
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Checks whether or not the given value is an array and returns the result.
| Parameter | Data Type | Description |
|---|---|---|
| val | variant | the value to check if it is a string |
boolean: Returns whether or not the value is an array string.
// demonstrates checking if a value is an array
if (is_array(val)) {
// is a string
} else {
// is not a string
}
NOTOC
Category:Function:Real
This is number 1