[Tutor] One character output

John Ziriax jmz@satx.rr.com
Wed, 14 Aug 2002 18:07:03 -0500


I want to print out one character at a time without any return.
print "x",

prints the character X, but adds a space afterwards.

How do I stop the space and print just the single character?

Thanks in advance,

John