View Single Post
  #4 (permalink)  
Old October 31st, 2005, 11:16 PM
Alan-LB Alan-LB is offline
Authorized User
 
Join Date: Mar 2005
Posts: 58
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to Alan-LB Send a message via Yahoo to Alan-LB
Default

Yes - but in this case char x is set to '9' which is the Character 9 not the integer value 9. It is not a case of what char "returns" but what has been set in the variable.

In other words the character '9' has the integer value 57.

Alan


Reply With Quote