Officially goin out of my mind. Trivial INT problem
#8
Ahhhhh...
Code: (Select All)
s$ = Str$(35.51)
Print s$
Print Val(s$) * 100
a = Val(s$) * 100
Print Int(a)
like magic!

Another math problem solved with String Math, Pete would be proud!
b = b + ...
Reply


Messages In This Thread
RE: Officially goin out of my mind. Trivial INT problem - by bplus - 10-31-2022, 05:18 PM



Users browsing this thread: 3 Guest(s)