ddMapIsToolLegal
ddMapIsToolLegal(
b_fileObjId
t_toolName
)
=> t / nil
Description
Returns t if t_toolName is either the preferred editor or the default editor for b_fileObjId.
Arguments
Value Returned
|
t_toolName is either the preferred editor or the default editor for b_fileObjId. |
|
Examples
vf = ddGetObj( "l1" "c1" "v1" "sch.oa" )
ddMapIsToolLegal( vf "Virtuoso" ) => nil
Return to top