I want to write a snippet that forces the user to enter numbers
and alphabets only. Is there an easy way to do this.
ex. input "enter your last name ";lname$.
If the user uses spaces or puncuation marks, the samll program I
have written will crash.
Any help will be appreciated. Thanks
------------------
and alphabets only. Is there an easy way to do this.
ex. input "enter your last name ";lname$.
If the user uses spaces or puncuation marks, the samll program I
have written will crash.
Any help will be appreciated. Thanks
------------------
Comment