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.
IndexProgramming Questions & HelpSyntax Questions › How to Print "A" from a int? Beginner Question
Page Index Toggle Pages: 1
How to Print "A" from a int??? Beginner Question (Read 261 times)
How to Print "A" from a int??? Beginner Question
Jun 11th, 2009, 1:48pm
 
Hy,
a quick one!
How do i make fonction print show letter "A" from a variable set to 65
int i=65;
print (i); will print 65 but i need the ascii char, wich is "A"

there must be a easy way!
Thanks in advance guys
Pat Gadget
Re: How to Print "A" from a int??? Beginner Question
Reply #1 - Jun 11th, 2009, 1:54pm
 
Funnily enough 65 is the value used in the reference.
Page Index Toggle Pages: 1