Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.49 KB

File metadata and controls

57 lines (45 loc) · 1.49 KB

Function: ArrayIsEmpty

Determines whether an array contains data.

Method Signature

ArrayIsEmpty(value=[any])

Arguments

Argument Type Required Description Default
value any true

Examples

Related