tell application
"Studio 3.7"
(* Get a list of all object *)
set theObjects to (do script "objectlist")
end tell |
Now type this code in the the ScriptEditor and run it. You
should be presented with the object list in the result window.
As stated PiXELS3D returns the command result as a string which
can then be parsed by the ScriptEditor.
|