ilSlotBoundp
ilSlotBoundp(objt_slotName) =>t/nil
Description
Checks if a named slot is bound (has been assigned a value) to an instance.
Arguments
Value Returned
Examples
myObject->slotX = 20
ilSlotBoundp(myObject "slotX")=> t
Related Topics
Return to top