View/Edit #7854:member

Switch to edit mode.

Name(s): member
1: "Determines if the object is a member of the property args[2], on object args[1]"
2: object = toobj(args[1])
3: property = tostr(args[2])
4: if (this in object.(property))
5:   return 1
6: else
7:   return 0
8: endif

Verb arguments: this none this
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: Cyberspeed (#7854)

You are not logged in.

[home | help | who | search | setup | code]