Hi,
I am creating a RPG Character Generator and I have a InputDialog box which asks the user to enter there characters name.
I have a do while loop to check for if the user entered a character which allows runs through the code if the users enters a correct character name but if the user enters a character name less than 3 characters or more than 12 then it will ignore that name and show the Dialog box again.
The only thing is the program quits if the users presses OK without entering a name.
How would I stop this from happening?
Thanks, Ross