Open ruscoder opened 1 year ago
Hi! myint: $ toInt(185.5) always returns 185.5
myint: $ toInt(185.5)
Workaround:
decToInt: $fn: - x $name: decToInt $body: $ toInt(replace(toString(x), '\..+', ''))
Hi!
myint: $ toInt(185.5)
always returns 185.5