Hello,
I try to subtract two floating point values in FB6/7 and the result only use the integer part of the numbers.
I just need easy math functions, so the basic math action would be fine for me, if I can use floating values.
Thanks
Jan
Hello,
I try to subtract two floating point values in FB6/7 and the result only use the integer part of the numbers.
I just need easy math functions, so the basic math action would be fine for me, if I can use floating values.
Thanks
Jan
Hi Jan
You will need to resort to script to do floating point stuff as the actions don’t support floating point numbers. You can still use FinalBuilder variables in script (via the FBVariables Object).