Hello. I have a particular variable with different sections seperated with hyphens (-).
I need a way to seperate all of the different parts into items in an array (or as seperate strings, whichever is easier)
The string will look something like this:
200-whatever-blah-whatever-etc
Also, I need a method of searching strings for particular key words.
Any help would be appreciated.
Alex.