View Single Post
Join Date: Feb 2009
Posts: 1
Reputation: ingrid2 is an unknown quantity at this point 
Solved Threads: 0
ingrid2 ingrid2 is offline Offline
Newbie Poster

Re: console.nextChar(); ???

 
0
  #7
Feb 22nd, 2009
mmm.... just in case you need this again, a better way to do it is:

variable = console.next().charAt(0);

I hope it helps...
Reply With Quote