hey yall what i need to do is replace player2 with another array
do i dim it as string and if i do i get a miss match error
what ive tryed is this


dim names as string

names="player3"
if form1.names(x).tag=s then

Code:
if form1.player2(x).tag=s then
endif