26.06.2024, 13:14 
		
	
	
		Hi, 
how to make comparison of 2 values 14 type 4 byte floating point?
Simple comparison not working for me.
currentprice and price are 4 byte floating point values.
   
If currentprice > price then
grp.write ('35/5/20', 1)
else
grp.write ('35/5/20', 0)
end
BR,
Alex
	
	
	
how to make comparison of 2 values 14 type 4 byte floating point?
Simple comparison not working for me.
currentprice and price are 4 byte floating point values.
If currentprice > price then
grp.write ('35/5/20', 1)
else
grp.write ('35/5/20', 0)
end
BR,
Alex
 Thank you, I did very serious mistake