Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
Can you pls elaborate .
I have made following change to tJavaFlex:How to reference connected row explicitly?
int i=0;
j1708_idle_time.add(j1708_idle_time_tMemorizeRows_1);
globalMap.put("list",j1708_idle_time);
System.out.println(j1708_idle_time);
When I use Input_row and output_row in tJavaRow it gives an error that Output_row cant be resolved into a variable.