This may be simple problem for some of you but it has me stumped:
CLS
ctr = 1
ctr$ = STR$(ctr)
a$ = a$ + "000" + ctr$
PRINT a$
END
What I get is 214275000 1.
What I want is 2142750001
How can I remove the space from this string?
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.