The Daily Click ::. Forums ::. Klik Coding Help ::. Show values in strings?
 

Post Reply  Post Oekaki 
 

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

VIP MemberWii OwnerTDC Chat Super UserI am an April FoolSSBB 3265-4741-0937ACCF 3051-1173-8012360 Owner
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

Has Donated, Thank You!VIP MemberWeekly Picture Me This Winner!Cardboard BoxGhostbuster!Pokemon Ball!ComputerBox RedSanta HatSnowman
I am an April Fool
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
  49567

Has Donated, Thank You!Little Pirate!ARGH SignKliktober Special Award TagPicture Me This Round 33 Winner!The Outlaw!VIP MemberHasslevania 2!I am an April FoolKitty
Picture Me This Round 32 Winner!Picture Me This Round 42 Winner!Picture Me This Round 44 Winner!Picture Me This Round 53 Winner!
8th June, 2009 at 05:12:55 -

maybe, but they're not.

 
n/a
   

Post Reply



 



Advertisement

Worth A Click