Thread: hello
View Single Post
  #3 (permalink)  
Old 11-02-2007, 12:04 PM
unhurt unhurt is offline
Member
 
Join Date: Oct 2007
Posts: 21
unhurt is on a distinguished road
well if u are entering the 4'7" exactly as the input, u can't expect the ' and " to add it up themself so the first thing to do is to take it away and do the math later

u can use str.charat() and follow by an if to check if it is the ' or "
and to ignore that latter when doing addition
Reply With Quote