08-04-2024, 03:12 PM
(08-04-2024, 03:03 PM)Kernelpanic Wrote: As Pete has already written. Five ^ results in a three-digit exponent output - but then it's over. Sex is no longer acceptable!That's why I avoid PRINT USING, so I don't miss out on 'sex'.
Code: (Select All)
Dim As Double a
a = 12345.6
Print Using "##.##^^^^"; a
Print Using "##.##^^^^"; 12345.6
Print Using "##.##^^^^^"; 12345.6
I'm not sure what my latest string math post was, but I think this post included my way to convert to SI without using PRINT USING.
https://qb64phoenix.com/forum/showthread...36#pid5236
Pete
Fake News + Phony Politicians = Real Problems