StructFind
Method Signature
StructFind(struct=[structloose], key=[any], defaultValue=[any])Arguments
Argument
Type
Required
Description
Default
Examples
Simple example
countries = {
"USA" : "Washington D.C.",
"Germany" : "Berlin",
"Japan" : "Tokio"
};
writeOutput( structFind( countries, "Germany" ) );
Additional Examples
Related
Last updated
Was this helpful?
