vfoSupportsChop?
vfoSupportsChop?(
g_obj
d_instId
)
=> t / nil
Description
Checks if the Chop operation is supported on the given instance.
Arguments
|
An instance of SKILL++ class |
|
Value Returned
Example
Obj = vfoAllocateProtocolObj(inst) => stdobj@0x148f5138 vfoSupportsChop?(obj inst) => t
Return to top