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-20maybe 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.
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever

