D
DP
I'm wondering if someone could help me with a "string" expression question.
What I would like to do is simply enough described. With a phrase something
like this:
"First word - Second word - Third word - Fourth word - Fifth word" [the
phrases are sometimes shorter, sometimes longer]
I need code that will simply work its way through the phrase (or loop) and
successfully return the "contents" of the phrase, in this order:
First word
Second word
Third word
Fourth word,
Etc., stopping, of course, at whatever happens to be the last word.
Any help would be appreciated greatly.
David Pike
What I would like to do is simply enough described. With a phrase something
like this:
"First word - Second word - Third word - Fourth word - Fifth word" [the
phrases are sometimes shorter, sometimes longer]
I need code that will simply work its way through the phrase (or loop) and
successfully return the "contents" of the phrase, in this order:
First word
Second word
Third word
Fourth word,
Etc., stopping, of course, at whatever happens to be the last word.
Any help would be appreciated greatly.
David Pike