Hi All
When testing this code, the msgbox display an astronomical no.
Can sombody verify it.
SUB Test(c AS CUR)
MSGBOX STR$(c)
END SUB
FUNCTION PBMAIN() AS LONG
LOCAL a AS CUR
LOCAL b AS CUR
a = 1
b = 2
Test a + b
END FUNCTION
With my PbDll compiler, The MsgBox Display 1803464498531.54
------------------
When testing this code, the msgbox display an astronomical no.
Can sombody verify it.
SUB Test(c AS CUR)
MSGBOX STR$(c)
END SUB
FUNCTION PBMAIN() AS LONG
LOCAL a AS CUR
LOCAL b AS CUR
a = 1
b = 2
Test a + b
END FUNCTION
With my PbDll compiler, The MsgBox Display 1803464498531.54
------------------
Comment