We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsWebsite,  Documentation,  Book Bugs › Reference page for char() typo
Page Index Toggle Pages: 1
Reference page for char() typo (Read 986 times)
Reference page for char() typo
Oct 5th, 2009, 6:15am
 
Hi,

The page in the Reference for char() has a small error.
(sorry, yabb wont 'et me insert the link)

The last line in the example should read:
println(b + " : " + c);  // Prints "65 : A"
instead of:
println(b + " : " + c);  // Prints "65 : 65"

Smiley
Re: Reference page for char() typo
Reply #1 - Oct 18th, 2009, 8:36am
 
Thank you! This will be fixed with the next update.
Page Index Toggle Pages: 1