i'm trying to round the decimal value of a number to 2 digits (i also tried truncating), and neither attempt works...
the number i am trying to round is the variable %sizekb% which is a number in kilobytes, which is retrieved through a Get Delimited String function
after the %sizekb% is retrieved, it is written to a txt file, which is then used for my List Box (%sizekb% displays to the right of each filename in the list), and i'm wondering if the round ability just does not work, or if i'm doing something incorrectly??
btw, the round is being performed at the end of a WHILE loop, directly before the variables are written to the .txt file
i'm using Setup factory v6.0.1.2
the number i am trying to round is the variable %sizekb% which is a number in kilobytes, which is retrieved through a Get Delimited String function
after the %sizekb% is retrieved, it is written to a txt file, which is then used for my List Box (%sizekb% displays to the right of each filename in the list), and i'm wondering if the round ability just does not work, or if i'm doing something incorrectly??
btw, the round is being performed at the end of a WHILE loop, directly before the variables are written to the .txt file
i'm using Setup factory v6.0.1.2
Comment