Results 1 to 2 of 2

Thread: Removing letters form text string

  1. #1

    Thread Starter
    Hyperactive Member Azz00's Avatar
    Join Date
    Sep 2001
    Location
    Scotland
    Posts
    457

    Removing letters form text string

    how can i remove the last 3 letters of a text string ?
    www.azzmedia.co.uk

  2. #2
    AIS_DK
    Guest
    VB Code:
    1. strtext = left$(strtext, len(strtext) - 3)

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