StructKeyexists()
Determines whether the given key exists in the structure
Usage
BOOLEAN = StructKeyexists(
struct,
key
)
Argument | Summary |
---|---|
struct | struct1 |
key | key |
Calling
Supports named-parameter calling allowing you to use the function like:
StructKeyexists( struct=?, key=? );
Supports passing parameters as a structure using ArgumentCollection:
StructKeyexists( ArgumentCollection={ struct : ?, key : ? } );