Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.53 KB

File metadata and controls

57 lines (45 loc) · 1.53 KB

Function: IsStruct

Determine whether a value is a struct

Method Signature

IsStruct(variable=[any])

Arguments

Argument Type Required Description Default
variable any true The value to test for structi-ness.

Examples

Related