StructFind(structure, key)

Returns the value associated with the specified key in the specified structure.

See also StructClear, StructDelete, StructInsert, StructIsEmpty, StructKeyExists, StructCount, StructNew, and StructUpdate.

structure

Structure containing the value to be returned.

key

Key whose value is returned.

Usage

This function throws an exception if structure does not exist.