Quantcast
Channel: KNIME RSS
Viewing all articles
Browse latest Browse all 4157

KNIME Snippet iterate over variables

$
0
0

Hello,

it is possible to iterate over output variables?

These are my output variables:

public Integer out_var_0;

public Integer out_var_1;

public Integer out_var_2;

I want with a for loop to iterate over the variables. As example:

for(int i = 0 ; i < list.size(); i++)
{
   out_var_+i = list.getBit();
}

Is this possible?

Thanks in advance!

 

 

 


Viewing all articles
Browse latest Browse all 4157

Trending Articles