I am a novice
qbasic programmer and have run into a problem with a legacy system which I inherited. I was hoping someone might be able to give me some direction.
result# = VAL(result$)
result# = result# / ps#
result$ = LTRIM$(STR$(result#))
result$ = LEFT$(result$, 8)
ps# is a value between...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.