Results 1 to 2 of 2

Thread: sourcing individual characters in a textbox

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2005
    Posts
    1,069

    sourcing individual characters in a textbox

    Hello

    Is there a way other than usuaing the right and left method to source the individual characters in a textbox.

    one of the method which appears in the drop down list when i type the textbox?

  2. #2
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Re: sourcing individual characters in a textbox

    ??? source them? you mean split them up?

    Like

    Dim Ltrs() as string
    myVar = "-12345"
    Ltrs = Split(myVar,"")

    after that:
    Ltrs(0) = "-"
    Ltrs(1) = "1"
    etc..



    what dropdown list?
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

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