In other words, I want to make the following call:
AddFormToFormList MyCustomList AlcoholicDrinks
Now, the above doesn't work--I tried it--but I was hoping maybe there was another simple way to do this. Ugly way: Use a Label/Goto loop and add each item in AlcoholicDrinks one at a time.
(And, no, to be upfront, there's no real reason I need to do this dynamically as opposed to just adding the items to my custom FormList statically in GECK. I just want to know if the above is doable since I prefer doing things dynamically rather than statically.)
