Thread
:
Input Validation
View Single Post
#
12
(
permalink
)
August 6th, 2004, 02:55 PM
mehdi62b
Friend of Wrox
Join Date: Jul 2004
Posts: 623
Thanks: 0
Thanked 1 Time in 1 Post
also try this code
Code:
char a; a=getch(); while((a<'0')||( a>'9')) { a=getch(); } putch(a);
--------------------------------------------
Mehdi.:)
mehdi62b
View Public Profile
Find all posts by mehdi62b