For converting QB64 single and double and Float types just use N2S$ function to remove the sci notation ( if any in number )
dim as Double a, b
a = ...
b = ...
sumAplusB$ = Mr$(N2S$(a), "+", N2S$(b))
Oh Thankyou @Jack for your support. It helps to have outside checks on this stuff
Gotta admit I am rusty with this code and it is not presented very clearly above. I did leave comments what works and what is "not ready for prime time" ie sucks!
PS my goal here is certainly not speed! just functionality for much much more precision of decimal places.
dim as Double a, b
a = ...
b = ...
sumAplusB$ = Mr$(N2S$(a), "+", N2S$(b))
Oh Thankyou @Jack for your support. It helps to have outside checks on this stuff

Gotta admit I am rusty with this code and it is not presented very clearly above. I did leave comments what works and what is "not ready for prime time" ie sucks!
PS my goal here is certainly not speed! just functionality for much much more precision of decimal places.
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever

