Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Rabagast on October 08, 2017, 04:26:17 AM

Title: Convert Float 0.00 to 000 [SOLVED]
Post by: Rabagast on October 08, 2017, 04:26:17 AM
Hi!

Is it a way to remove the decimal in a Float variable? For example I want 3.50 to be 350.
Title: Re: Convert Float 0.00 to 000
Post by: Thore on October 08, 2017, 09:28:12 AM
For example,  ×100 Mulitplication. There might be a Convert Float to Int action somewhere.
Title: Re: Convert Float 0.00 to 000
Post by: Rabagast on October 08, 2017, 10:10:25 AM
Hi!
There is a Float to Int action, but I don't know if I can or how I can convert for example 3.50 to 350 when I convert it to Int.
Title: Re: Convert Float 0.00 to 000
Post by: play_edu on October 08, 2017, 11:46:23 PM
Try this if work for U :)
Title: Re: Convert Float 0.00 to 000
Post by: Rabagast on October 09, 2017, 08:03:24 AM
Quote
Try this if work for U

Hi!
Thank you! I will try it later. Meanwhile, I have have another question. I post it here since it's a similar question.

I use build string to build the game time. The game time will be like this:
"Time 0.00" In the separator field, I have punctum, but this punctum will be between all the elements, like this:
Time .0.00. Is it a way to fix this?
Title: Re: Convert Float 0.00 to 000
Post by: Rabagast on October 09, 2017, 08:11:08 AM
I found a solution for this. I used two build strings. :)