Forum Discussion
ThomasUmphres
9 months agoCommunity Member
Javascript to Return a Number Variable to Show Exactly 3 Decimals
I have two variables called "AGCFreq" and "FreqRandom". They need to be exactly 3 decimal places. Even if "AGCFreq" = 60.020, it needs to display as 60.020. A randomized number between 0.022 and 0.0...
PhilMayor
9 months agoSuper Hero
It will have to be a text variable as Walt says to maintain three decimal places, you can then do any subsequent calculations using javascript