|
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!!!
|