Const test1 As Single = numero + 500
Const test2 As Single = numero + 800
MsgBox (test1 = test2)
It display "False" although test1 and test2 both are shown as "2,147484E+09" in Locals Window.
How can I see the complete content of test1 and test2? (eg. in binary code)