Results 1 to 3 of 3

Thread: How to manipulate this string

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2012
    Posts
    9

    How to manipulate this string

    Hi all,

    I need to be able to take substrings of the below string that is entered into a textbox in VB6. The string is an address and I need to take a substring of the City, State, Street, Zip Code, and Country


    400 Main Street
    East Manchester, TX 12345


    So I basically need the substrings like this:
    Street= 400 Main Street
    City = East Manchester
    State = TX
    Zip = 12345


    Your help is greatly appreciated...
    Last edited by Mr_Bateman; Jul 5th, 2012 at 08:29 AM. Reason: Forgot a detail

Tags for this Thread

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