| Author | Message | 
		 
		| appling 
 
  
 
 
 | 
			
				|  Posted: Sun Nov 02, 2003 3:37 pm    Post subject: help with the font |  |   
				| 
 |  
				|  i am making a table,so,how to colour the font and add highlight in turing?  |  
				|  |  | 
	 
		|  |  | 
	
 
		|  | 
		 
		| Sponsor Sponsor
 
  
   |  | 
	 
		|  | 
				 
		| appling 
 
  
 
 
 | 
			
				|  Posted: Sun Nov 02, 2003 3:42 pm    Post subject: (No subject) |  |   
				| 
 |  
				| who can help me???????    |  
				|  |  | 
	 
		|  |  | 
	
 
		|  | 
				 
		| Tony 
 
  
 
 
 |  | 
	 
		|  |  | 
	
 
		|  | 
				 
		| Andy 
 
 
 
 
 | 
			
				|  Posted: Mon Nov 03, 2003 11:51 am    Post subject: (No subject) |  |   
				| 
 |  
				| or just use color(blue) to change text color to blue |  
				|  |  | 
	 
		|  |  | 
	
 
		|  | 
				 
		| Tony 
 
  
 
 
 | 
			
				|  Posted: Mon Nov 03, 2003 3:13 pm    Post subject: (No subject) |  |   
				| 
 |  
				| dodge_tomahawk wrote: or just use color(blue) 
 that would only affect the "put" statments...
  |  
				|  Tony's programming blog. DWITE - a programming contest. |  | 
	 
		|  |  | 
	
 
		|  | 
				 
		| Blade 
 
 
 
 
 | 
			
				|  Posted: Mon Nov 03, 2003 3:25 pm    Post subject: (No subject) |  |   
				| 
 |  
				| to highlite put statemnts use colour(somecolour) and it will highlite the row, clear the screen and you get a background colour... so just dont do that. |  
				|  |  | 
	 
		|  |  | 
	
 
		|  | 
				 
		| Tony 
 
  
 
 
 | 
			
				|  Posted: Mon Nov 03, 2003 3:53 pm    Post subject: (No subject) |  |   
				| 
 |  
				| to highlight text from put statment, you can use colorback() 
 just dont forget to switch back
 
 	  | code: |  	  | 
put "one "..
 colorback(blue)
 put "two "..
 colorback(white)
 put "three"
 
 | 
 |  
				|  Tony's programming blog. DWITE - a programming contest. |  | 
	 
		|  |  | 
	
 
		|  | 
				 
		| appling 
 
  
 
 
 | 
			
				|  Posted: Mon Nov 03, 2003 4:34 pm    Post subject: (No subject) |  |   
				| 
 |  
				| thanks i get it |  
				|  |  | 
	 
		|  |  | 
	
 
		|  | 
		 
		| Sponsor Sponsor
 
  
   |  | 
	 
		|  | 
				 
		| Blade 
 
 
 
 
 | 
			
				|  Posted: Mon Nov 03, 2003 5:47 pm    Post subject: (No subject) |  |   
				| 
 |  
				| tony wrote: to highlight text from put statment, you can use colorback() 
 thats what i meant... i get colourback() and colour() mixed up sometimes
  |  
				|  |  | 
	 
		|  |  | 
	
 
		|  | 
				 
		|  |