Hi,


I have a loop with 50 values "foreach j of numlist 1/50 {", and I want to divide the numlist in two groups.

In the first group I want the next values N1=1,...,25
In my second group I want the other values N2=26,...50

Because I want this to generate this vars:

PRI_N1_1
PRI_N1_...
PRI_N1_...
PRI_N1_...
PRI_N1_25
PRI_N2_26
PRI_N2_...
PRI_N2_...
PRI_N2_...
PRI_N2_50

Would appreciate any help!