Description: A synonym for HasMetadata. Tests whether the parameter is a dictionary.
Returns: Boolean
Usage: Script
Format: IsDictionary( Value );
Parameters: Value { variable name } { required } { no default }
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.
See Also: