PaRtY
01-22-2004, 09:35 PM
UserName = LstUsernames.List(Y)
SecondUser = LstUsernames.List(Y + 1)
can someone explain to me what the (Y) and (Y + 1) represents...I get the compile error and variable not define.
SecondUser = LstUsernames.List(Y + 1)
can someone explain to me what the (Y) and (Y + 1) represents...I get the compile error and variable not define.