display text showing ".5" as "0.50"
pjnolen
Member Posts: 152
I want to display text of ".5", but if I use that 'display text' behavior it always shows it as "0.50"
Is that supposed to occur?
Is that supposed to occur?
Comments
I get this= 0.50
If I type in this= ".5"
I get this=".5"
I want this= .5
I want no quotes, no 0's, no nothing. I'm not sure why it makes it some sort of float.
I just want what I type.
-Make 2 self.attributes as "text" and name them text1,text2
-Make text1 "." (Without ")
-Make text2 5
-On the actor: Display text, self.text1..self.text2
There is no way it will write 0.50 because we are using 2 text attributes, not integers, not reals..
But BOOM!
It again writes 0.50.
Most interesting thing I've ever seen in GS
don't know if that helps you?
lol
works fine
Like this: ".5 " but without the quotation marks?