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
