Ahhhhh...
like magic!
Another math problem solved with String Math, Pete would be proud!
Code: (Select All)
s$ = Str$(35.51)
Print s$
Print Val(s$) * 100
a = Val(s$) * 100
Print Int(a)
Another math problem solved with String Math, Pete would be proud!
b = b + ...