Warcraft III resources & community, 2003–2006 · archived

A multiboard trigger questen

3 posts
#1

A multiboard trigger questen

Im wondering how to show a REAL value with a singel digit number on a multiboard (as it is now I get x.x). Ive tried to use Conversion - Convert Real to Formatted string, but im not sure what the other numbers should be so only 1 number is shown.
#2
not sure i understand the question

in formatted string the first argument is pre-decimal padding, the second is post-decimal padding

so 3, 5 will give you

XXX.YYYYY

2, 0 will give you (er.. if its a number in the decimal you may have to truncate it first)

XX

etc...
#3
I found another way to make it as I wanted. Thx for you time