You need to scroll back a few pages and see the screen shots of the numbers on the chopper build that makes more sense of it all.
Basically the areas that can have items added are in certain order in memory and stay in that order for most builds. Verbally the order is:
Right bank bottom to top 1,2,3
Left bank bottom to top 4,5,6
Bottom bank right to left 7,8,9
Top bank right to left 10,11,13
Now when doing a group search the ; means pervious number AND number following it. And :: means ordered search and after that you set your search depth.
So what does that all mean. If you needed bank 2. You search the amounts you have in back 1 through say 6 and fill in the missing bank. Lets say you have the following amount of items in banks 1-6: 7,0,0,10,5,14. In that case you search for DWORD = 7;0;0;10;5;14::200
Next from playing around with it I know the number to change is 6 dwords away (don't count non dwords) from the last value so go to a number scroll 6 DWORDS up and see if it matches expected. If your on track find the 0 and change it.
I know if you are new to GG this is a more advanced subject and it brutal to even read through it. I hope this made things a little clearer on the subject. ?