|
-
Apr 21st, 2004, 01:00 PM
#1
Thread Starter
Lively Member
Evaluate string to object
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?
Dave
[vbcode]
Dim ScrewingAround as cIncessant.Need
Set ScrewingAround = New cIncessant.Need
If atWork = True then
Call ScrewingAround.begin
Else
Call ScrewingAround.begin 
End If
[/vbcode]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|