pootlecat
05-09-2006, 02:04 AM
Hi,
I have a nasty little problem here but I am hoping the solution is easy :)
I have a list of keywords which are space-separated like so:
"black and white" "b&w" alligator gator farmer agriculture pitchfork anthropomorphism
As you can see the first two are enclosed with quotes to indicate they are 'one' keyword. How can I add the keywords into an array so that the values are as follows:
myarray[0] = black and white
myarray[1] = b&w
myarray[2] = alligator
etc.
Thanks for any help you can give me!
I have a nasty little problem here but I am hoping the solution is easy :)
I have a list of keywords which are space-separated like so:
"black and white" "b&w" alligator gator farmer agriculture pitchfork anthropomorphism
As you can see the first two are enclosed with quotes to indicate they are 'one' keyword. How can I add the keywords into an array so that the values are as follows:
myarray[0] = black and white
myarray[1] = b&w
myarray[2] = alligator
etc.
Thanks for any help you can give me!