addarraylist

nick2210

Member
Hello folks
I've been trying to solve this problem for quite some time...it looks like I cannot do without your help.

I want my application to sort items of an arraylist by values and add them to other arraylist controls.
I get the programm adding as many arraylist controls as needed but I cannot add items to them.

I also tried using array of structures instead of arraylist controls,assigning a number to each groop of values.

For most folks here this problem must be a breeze
please help me:sign0085:

Hope the attached codes are undestandable....
Thank you.
 

Attachments

  • arithmetic.sbp
    835 bytes · Views: 187
  • arithmetic1.sbp
    1.3 KB · Views: 186

nick2210

Member
Thanx

Hello Erel.
It proves to be simple after having been explained.
I also sorted out the dual "do-loop until" loop.
Thanks a bundle.:wav:
 
Top