Results 1 to 3 of 3

Thread: need help

Hybrid View

  1. #1

    Thread Starter
    Registered User
    Join Date
    Feb 2004
    Posts
    62

    need help

    what i want to do is erase the first letter of the textbox, but im having a bit of trouble. let's say that in a textbox, i have " hello, how are you?", i just want to erase the the space, and keep the "hello, how are you?" without the space in the front. i tried using the split function, but there are more then one space, so it's not possible for me.

  2. #2
    Frenzied Member
    Join Date
    May 2003
    Location
    So Cal
    Posts
    1,564
    Use LTrim

  3. #3
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171
    Or plain Trim to remove spaces from the begining and the end... Or look here : http://www.vbforums.com/showthread.p...hreadid=270827


    Has someone helped you? Then you can Rate their helpful post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width