Text only
|
Text with Images
The MASM Forum Archive 2004 to 2012
Project Support Forums => PowerBASIC Low Level Code => Archival PowerBASIC Code => Topic started by: BP on December 23, 2004, 03:52:04 PM
Title:
FPU binary data to printable string
Post by:
BP
on
December 23, 2004, 03:52:04 PM
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?
Text only
|
Text with Images