| Posted By | Message | 
	
	
		|  SephirothClone13
 
   
 Registered
 04/06/2009
 Points
 28
 | 
  			7th June, 2009 at 17:01:11 - 
  		
			
		
  			
  		 I know there mustbe a way to do this, but everything I have tried has failed me. All I want to do is set a string to show a global value. I know how to do it with counters but when I use a text counter the text doesn't center, so I thought of using a string instead...
 
 
  n/a | 
  	
  	
		|  Jon Lambert
 Administrator
 Vaporware Master
 
 Registered
 19/12/2004
 Points
 8235
 
 
         | 
  			7th June, 2009 at 17:12:08 -
  		
			
		
  			
  		 You can set the string's alterable string to Str$(Global Value A), because the Str$() command converts values to strings. Then convert it back if you need to with Val(). Interesting note, numbers will go from value to string and back with no problem, but letters will be converted to 0.
 
 
  Sandwich Time!Whoo! 
 JoyCheck & KeyCheck Widgets
 For easy implementation of customizable joystick and keyboard controls.
 http://www.create-games.com/download.asp?id=8364
 | 
  	
  	
  	
  	
		|  Cecilectomy
 noPE
 
 Registered
 19/03/2005
 Points
 305
 
 
           
   | 
  			7th June, 2009 at 17:28:01 -
  		
			
		
  			
  		 shouldnt letters be converted to their ascii bit number ? from -127 to 128 or 0 to 255?
 
 
  n/a | 
  	
  	
  	
  	
		|  UrbanMonk
 BRING BACK MITCH
 
 Registered
 07/07/2008
 Points
 49768
 
 
           
      | 
  			8th June, 2009 at 05:12:55 -
  		
			
		
  			
  		 maybe, but they're not.
 
 
  n/a | 
  	
  	
		
			|  |  |