Tuvas wrote:
> Is there a function that will take a char. and return the ascii value?
> Thanks!
> 

 >>> print ord('A')
65
 >>>

Steve
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to