More actions
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
// true | // true | ||
</source> __NOTOC__ | </source> __NOTOC__ | ||
[[Category:General_Functions]] |
Latest revision as of 08:10, 5 June 2017
Dictionary_isDictionary
Check object is dictionary
Syntax
Dictionary_isDictionary(param);
Arguments
param: any type
Return type
bool
Examples
Dictionary_isDictionary(1);
// false
Dictionary_isDictionary({"A":true});
// true