10-31-2022, 08:20 AM
And notice this little solution, that I mentioned above:
Code: (Select All)
DefDbl A-Z
x = 35.51
y = x * 100
z = Int(y)
Print Using "######.##############"; x
Print Using "######.##############"; y
Print Using "######.##############"; z