Function STRUCTFIND
Determines the value associated with a key in a structure.
Example
structfind(struct structure,string key):any
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| structure | struct | Yes | Structure that contains the value to return |
| key | string | Yes | Key whose value to return |