Results 1 to 8 of 8

Thread: Split string to array [SOLVED]

Threaded View

  1. #1

    Thread Starter
    Registered User
    Join Date
    Jan 2001
    Location
    Sweden
    Posts
    38

    Split string to array [SOLVED]

    How can i turn this string into a array??
    "{something with space} oneword next item {and so on}"

    Everything inside {} shall be in the same value.

    It shall be like:
    Array(0) shall be "something with space"
    Array(1) shall be "oneword"
    Array(2) shall be "next"
    Array(3) shall be "item"
    Array(4) shall be "and so on"

    I hope you understand how i want it.


    /Rickard
    Last edited by greyhound; Feb 14th, 2003 at 03:30 PM.

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