OptionExplicit
Type Value
v AsSingleEnd Type
Type Bytes
v(3) AsByteEnd Type
Sub Main()
T 12158.3416
T 3723.2475End SubSub T(ByVal v AsSingle)
Dim t1 As Value, t2 As Bytes
Dim i AsLong
t1.v = v
LSet t2 = t1
For i =0To3
Debug.Print Right$("0"&Hex(t2.v(i)), 2) &"";
Next
Debug.Print
End Sub