07-11-2008, 09:46 AM
I figured since a lot of websites and other games do this, why not add it to MS4
Should work. Untested. 3 in the morning. You get the idea.
Code:
If Len(Trim$(Name)) = Len(Trim$(Password)) Then
Call AlertMsg(Index, "Your name and password must be different!")
Exit Sub
End If
Should work. Untested. 3 in the morning. You get the idea.