Skip to content

Is_array

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Description

Checks whether or not the given value is an array and returns the result.

Parameters

Parameter Data Type Description
val variant the value to check if it is a string

Return Values

boolean: Returns whether or not the value is an array string.

Example Call

// 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

Clone this wiki locally