Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Text on Screen
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Blade




PostPosted: Sat Mar 22, 2003 3:45 pm   Post subject: Text on Screen

when i'm putting text out on the screen using put, is there any way i can clear it without clearing the screen?
Sponsor
Sponsor
Sponsor
sponsor
Asok




PostPosted: Sat Mar 22, 2003 4:02 pm   Post subject: (No subject)

you can draw over it with locates.
ie.

code:
locate (1,1)
put "bla"
delay (1000)
locate (1,1)
put "bla 2!"
delay(1000)
locate(1,1)
put "":maxcol
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 2 Posts ]
Jump to:   


Style:  
Search: