Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.71 KB

File metadata and controls

54 lines (42 loc) · 1.71 KB

Function: StructKeyExists

Tests whether a key exists in a struct and returns a boolean value

Method Signature

StructKeyExists(struct=[structloose], key=[any])

Arguments

Argument Type Required Description Default
struct struct true The struct to test
key any true The key within the struct to test for existence

Examples

Related