I suppose it's too much to ask for.

Here's my dilema.

I have a process for 5+ systems to deal with security. The Security params are stored in a uniform database. I need to loop throught the controls (radiobuttons), which are named:

(AppName)(Function)

like

CourtDoxAdd
CourtDoxChange

etc.

My Ideal would be for them to work as arrays with a unique index for each system

sysa = 1
sysb = 2

addradio(1)
addradio(2)

Any ideas?