Computer Science Canada display a number variable using draw.text |
Author: | kousha41564 [ Tue Jan 13, 2009 11:00 pm ] |
Post subject: | display a number variable using draw.text |
alright, i have a number asigned to a int variable. i wanna display this variable at the location i wish and using the font i wish. the only way i know is draw.text and font.draw. but those two commands dont support int or real. how can i display an int or real variable at a certain position ? |
Author: | syntax_error [ Tue Jan 13, 2009 11:10 pm ] |
Post subject: | RE:display a number variable using draw.text |
intstr ? |
Author: | kousha41564 [ Tue Jan 13, 2009 11:16 pm ] |
Post subject: | RE:display a number variable using draw.text |
just read taht after searching, cant quite make it out though. tahnks for help |