[Top]
|
Method object_variablep()
- Method
object_variablep
-
int(0..1) object_variablep(object o, string var)
- Description
-
Find out if an object identifier is a variable.
- Returns
-
This function returns 1 if var exists as a non-static variable
in o , and returns 0 (zero) otherwise.
- See also
-
indices() , values()
|