21-11-2006, 06:35 PM
Code:
Mid(GetPlayerName(i), 1, Val(Parse$(3)))
That line of code can only equal to one exact name, like:
Code:
william
But it cant also equal to:
Code:
William
So how can you make it so it can be both capslock letters and not?