|
Tests if a member exists where: "structure" is a data structure and "member" is the name of a structure member being tested. Returns 0 or 1.
Syntax
miva_member_exists( structure var, member )
Returns 1 if found else returns 0
- structure: A data structure or structured array that is tested. It is passed by reference to the function.
- member: The literal member name or a variable that evaluates as the member name.
|
User Annotations:
miva_member_exists
|