ddIsId
ddIsId(
b_objId
)
=> t / nil
Description
Returns t if b_objId is an opaque ID known to the PI, and nil otherwise. Some dd functions will accept nil as the ID parameter, but this function returns nil if the argument is nil.
Arguments
Value Returned
Examples
ddIsId( myCell ) => t
Return to top