IsDictionary
(Engine-Level Function)
Description: | A synonym for HasMetadata. Tests whether the parameter is a dictionary. |
Returns: | Boolean |
Usage: | Script or steady state. |
Function Groups: | Dictionary, Variable |
Related to: | HasMetaData | Dictionary |
Format: | IsDictionary( Value ); |
Parameters: |
Value |
Required. Any value to be tested. |
Comments: | Any value can be entered as the lone, required, parameter. The result is TRUE if the value is of type Dictionary, regardless of the presence of a root value. Otherwise, a FALSE will always be returned. An invalid parameter will cause a response of FALSE. IsDictionary cannot have an invalid outcome. |