Description
Checks if a key exists inside a dictionary.
Syntax
Bool = <cDictionary>.Exists(KeyName)
Returns
%TRUE / %FALSE
Parameters
Name |
Type |
Optional |
Meaning |
KeyName |
String |
No |
Name of the key |
Remarks
Restrictions
See also
Examples