I have a 2 Globals that I divide into each other to give me a "Ratio(Hit vs Shot Fired)" if you will.
When there has been NO activity, the Text box for the Ratio shows up as "NaN".
How do I make this show "0" until I have a positive figure for it?
I've tried Compare variable if less/equal to 0 then set text to 0, but that still results in "NaN"
Thanks in advance for any help on this.