Hi 1st. what kind of `data` do you want get? is `apps array` like this snippet? $.writeln( [1,2,[3,4],5] ); // => 1,2,3,4,5 $.writeln( [1,2,[3,4],5].toSource() ); // => [1,2,[3,4],5] 2nd. use `$.bp( [condition] )` or add BreakPoint on ESTK var sel = app.selection; $.bp( sel.length > 0); // you can access DataBrowser alert( 'nothing.' ); thank you mg.
... View more