Okay in Javascript there was a command you could use where you could take a string and an integer and use them in a for loop (or whatever else you want) and use it to sort like an object. Like:
Code:
For i = 0 to 10
If [command I don't remember]("txt" & i).value = 1 then
msgBox("text box number " & i " is equal to 1)
End If
Next So you could sort through a series of objects and compare them. But I don't remember what the command was called in Javascript and I need it in VB. So does anyone know of a command that would allow me to do something similar?
If you need further elaboration, let me know, I feel my explanation was lacking.