View Single Post
  #2 (permalink)  
Old 07-28-2007, 01:11 AM
levent levent is offline
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
Why don't you read the chraacter as usual:

Code:
holder = input.readLine();
and then convert to character?
Reply With Quote