Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Integer Y=0;
Y = (Integer)globalMap.get("N");
globalMap.put("film_edi_"+Y, row1.film_edi);
globalMap.put("N", new Integer(Y.intValue() + 1));
int current_iterate=((Integer)globalMap.get("tLoop_1_CURRENT_ITERATION"));
if(current_iterate<context.Y){
context.condition=true;
}else{
context.condition=false;
}
Integer Y=0;
Y = (Integer)globalMap.get("N");
globalMap.put("film_edi_"+Y, row1.film_edi);
globalMap.put("N", new Integer(Y.intValue() + 1));
int current_iterate=((Integer)globalMap.get("tLoop_1_CURRENT_ITERATION"));
if(current_iterate<context.Y){
context.condition=true;
}else{
context.condition=false;
}