With pobjLB
Do While (True)
For intI = 0 To frmChat.lstUsers.ListCount - 1
For intJ = frmChat.lstUsers.ListCount To (intI + 1) Step -1
Do
If frmChat.lstUsers.List(intJ) <> frmChat.lstUsers.List(intI) Then
Exit Do
Else
MsgBox "Sorry but that displayname is already in use, please choose another"
End If
Loop
Next
Next
[b]End With[/b]
But as you's can see I do have an "End With", is it to do with the positioning of it?
Help would be much appreciated
This post has been edited by MonkeyBoy2194: 15 February 2011 - 07:50 AM

New Topic/Question
Reply




MultiQuote





|