Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8581

Re: Complex requirement to generate record of file.

$
0
0

Hi,

 

I am trying this:

Capture.JPG

 

In getRecord the code written is:

 

 

String a = "false";

 

 

for( int i=0; i<var1.length;i++){

if(var1[i].equals("true")){

for(int j=0;j<var2.length;j++){

if(var2[j].equals("true")){

 

 

a = "true";

}

}

}

}

 

 

what I am trying is that these loops should return me number of true(here 6) so that createif will creat 6 records if it gets true from UDF.

 

but currently this code is returning me null. why?

Please suggest what is wrong.

 

Regards,

Sachi


Viewing all articles
Browse latest Browse all 8581

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>