justplainsoccer
Newcomer
- Joined
- Dec 3, 2003
- Messages
- 14
i'll first show u the code then try to explain my situation
then in the ModifyCertainCollectionInSomeWay i want it to modify that collection in some way... get what im tryin to say?
Visual Basic:
Select Case MainControl.SelectedIndex
Case 0
collectionStr = "keyCol"
Case 1
collectionStr = "accCol"
Case 2
collectionStr = "denyCol"
End Select
ModifyCertainCollectionInSomeWay(collectionStr)