Print Using requires a number not string, could it do 1.23D-20?
Looks like it throws in some BS on the end:
maybe Print Using combined with string("#", D or E amounts) in a function?
Oh maybe the left number is not expected to be above 9.xxxx... ie < 10.000... and also > 1.0000... for proper Sci Notation.
Looks like it throws in some BS on the end:
Code: (Select All)
print using "###.#######################################################################################################";1.23D-20
maybe Print Using combined with string("#", D or E amounts) in a function?
Oh maybe the left number is not expected to be above 9.xxxx... ie < 10.000... and also > 1.0000... for proper Sci Notation.
b = b + ...