I’m aware of functions like Int or similar but they all require “decides” effect, I can’t subscribe to function with such effect. Is there any workaround for this?
just putting it into an if statement, like this:
if (X := Round(Y)):
you can also use Ceil() to round up, and Floor() to round down.
One thing is that i needed to change brackets to square brackets inside if statement, but it worked nonetheless thanks <3
Ahh yes thank you for reminding me about that one