Hello,
New Construct user here with a specific question:
Is there any quick way to round a float value to a specific number of decimals?
I notice in Construct Classic there is a "FormatDecimal(float, N)" function that seems to do exactly what I want but it does not seem to exist in C2.
Extracting the decimal part from a value and using a couple of string operations to get N decimals just seem very awkward...