|
-
Feb 14th, 2003, 02:27 PM
#1
Thread Starter
Registered User
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|