Results 1 to 2 of 2

Thread: How Can I Take The First Letter Out Of text1 and put it in to my I

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 1999
    Posts
    219

    Post

    Look At THis
    I Put

    Dim I
    Dim B
    I = text1.text
    b = right$(i,1)
    but i just want to take the first letter out and put it into b and leave the other

  2. #2
    Registered User
    Join Date
    Apr 1999
    Location
    Brazil
    Posts
    144

    Post

    Try use a code with variables more specif:

    You must use LEFT$() instead of RIGHT.

    OK.

    Jefferson

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