FPU binary data to printable string

Started by BP, December 23, 2004, 03:52:04 PM

Previous topic - Next topic

BP

 Dim a As String, b As Double, b1 As Double Ptr

b=111.222222
a = Mkd$(b)
b1=StrPtr(a)

MsgBox Str$(@b1),,"Double Ptr"

Which formula used for convert data from Double to string of numeric characters?