This is asample of what I'm trying to parse:

[AMAATS200]
active=y

[AMAFTS200]
active=y

[AMALMS200]
active=y

[AMALPS200]
active=y

[AMAPPS200]
active=y

What I would like to do is each time it goes through the loop have it assign a unique variable to to each piece of information that is parsed so AMAATS200 would be $choice1
& AMAPPS200 would be $choice5. Not quite sure what the code for this should look like I have seen examples of array code but don't quite follow how the variables are assigned. DIM $array[$array_count] so in this statement what would the "dynamic variable be?

------------------
THANKS
MARK =)