pass data from selected rows of results table as variable in jython

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

pass data from selected rows of results table as variable in jython

bmyury
Hi

My jython script dumps the computation results into the "results table". Then program then stops and waits for further user input.

I want to select a couple of rows (not all results) from the results table and use  this information to create an active image overlay.

The questions is : how in jython to pass the data from selected rows of results table as a variable or a list.

Thanks in advance!!!