Thread: Jr Dev Code
View Single Post
  #20  
Old 06-07-2004, 04:09 AM
m0oni9
Hill Giant
 
Join Date: Dec 2003
Posts: 166
Default

If you enter in something like "a b c d e f g" it will read each item individually. You need to either read it all into a buffer at once, or flush the input buffer somehow between prompts.
Reply With Quote