Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rcr22b
  • Content: Threads
  • Order by date
  1. rcr22b

    removing unwanted spaces from a string

    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?

Part and Inventory Search

Back
Top