Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
print command
#1
can the print command be used in conjunction with anything else that allows you to change the color of the text and the postion where it types it?
Reply
#2
Using 'locate' before a print statement allows you to change the cols and rows of the print location, and 'color' allows you to chnage the color of text.
Code:
Color 4
Locate 2,3
Print "Hello"
That will print a RED 'Hello' at row 2 column 3 on the screen
url=http://www.smithcosoft.com]SmithcoSoft Creations[/url]
"If you make it idiot proof, someone will make a better idiot" - Murphy's Law
Reply
#3
sweet, thnx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)