Cesar_Morisco
Active Member
Hey guys
All good
How do I format the voltage using the format NumberFormat(voltage,1,2) for example 1.2 v,2,0 etc. Having a comma between the first number places
Thank you in advance!
All good
How do I format the voltage using the format NumberFormat(voltage,1,2) for example 1.2 v,2,0 etc. Having a comma between the first number places
Thank you in advance!
B4R:
Log("Tensão de entrada: ",NumberFormat(voltagem,1,2), " V" )
Out log Tensão de entrada: 38.56 V