Computer Science Canada intstr |
Author: | Tubs [ Fri Mar 21, 2003 12:36 pm ] |
Post subject: | intstr |
i need to imput an int that was previously declared in the program to a certain point on the screen which is declared by the user. ex. Font.Draw (Thisistheint, x, y, fontid, red) i want the 'thisistheint' variable to be put on the screen. how would i do this? |
Author: | Asok [ Fri Mar 21, 2003 12:53 pm ] |
Post subject: | |
Font.Draw (intstr(integer),x,y,fontID, red) intstr allows the integer to take properties of a string. only string type can be used in Font.Draw |
Author: | Tubs [ Fri Mar 21, 2003 7:02 pm ] |
Post subject: | |
ya i realized that. thanks for the help |