Re: A83: Displaying numbers on graphscreen


[Prev][Next][Index][Thread]

Re: A83: Displaying numbers on graphscreen




Jeffrey Janssen wrote:
> 
> I know how to display strings on the graphscreen but how do I display
> numbers on it?
> 
> Jeffrey Janssen


For instance:
Text(1,1,"CHECKING MEM"):For(I,0,27464,10):Text(10,1,I):End
p.S. This doesn't ealy check anythigit just displys the numbers :-)
C2B3


Follow-Ups: References: