CommandHelper

CommandHelper

46.5k Downloads

problem with divide()

LadyCailinBot opened this issue ยท 1 comments

commented

CMDHELPER-2781 - Reported by Hekta

If I have in a procedure:
divide(@value, divide(@total, 100))
When the script is executed (@value is 2262 and @ToTal is 20000), this become:
divide(2262, 20000, 100)
Therefore the script returns 0.001131 instead of 11.31.

commented

Comment by LadyCailin

Fixed in next build.