--To enumerate the list of available scripting xtras use:
on showAllXtras
repeat with n = 1 to the number of xtras
put the name of xtra n
end repeat
end
--to dump the available methods for all xtras:
on showAllMethods
repeat with n = 1 to the number of xtras
put interface(xtra n)
end repeat
end
Contact
MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA