Results 1 to 3 of 3

Thread: 1st character only...

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    323
    How do I specify I only want the 1st character of a string?

    Code:
    strArt = "Art"
    I want to get just the "A". How do I do that?

    Thanks.
    If you think education is expensive, try ignorance.

  2. #2
    Addicted Member
    Join Date
    May 2000
    Posts
    247
    msgbox left(strArt ,1)
    Mako Shark
    Great White

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    323

    thanks

    that was it, thanks
    If you think education is expensive, try ignorance.

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