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 SkipVought 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: *

  1. rcr22b

    removing unwanted spaces from a string

    Thanks to everyone for the help. I knew there had to be a way.
  2. rcr22b

    removing unwanted spaces from a string

    Let me explain my problem more. I don't care what is printed on the screen. I am comparing two strings from different sources. One string is from a file and does not contain a space. The other sting is generated by my code and I need to remove the space from that string. Thanks.
  3. 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