--- In [email protected], "quantiworks" <quanticwo...@...> wrote: > > > I was responding to this message: > > > > <http://tech.groups.yahoo.com/group/power-pro/message/35609> > > > > where you said you were able to see the label you wanted in the debug > > window. > > Yes, I can see the label in the debug console if I execute the > script manually (double-clicking it) > > If you can no longer debug the label, there is no point in > continuing. Otherwise, instead of debugging, you need to put the > label into a variable and use: quit(variable) > > That's what I did following your string suggestions but doesn't > work.
The result of com.create_object should be assigned to a static variable so it can be reused (i.e., if it already exists, it shouldn't be recreated). You should debug the scriptlet and get it working before trying to use it in info expr. From info expr it is likely getting rerun very frequently. Unless using a static variable, it likely needs "com.release(iTunesApp)" and some way to make sure the release is completed before the script gets re-executed. Regards, Sheri Regards, Sheri
