Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.61 KB

File metadata and controls

58 lines (46 loc) · 1.61 KB

Function: IsArray

Determine whether a value is an array

Method Signature

IsArray(value=[any], number=[numeric])

Arguments

Argument Type Required Description Default
value any true The value to test for array-ness.
number numeric false If passed, the array dimension to test.

Examples

Related