Hi,
I am trying to create an array of strings (e.g each element of the array contains a complete string), but am unable to do so the strings to be stored come from a standard array of characters called extract. extract is populated by a loop which takes characters between quotes. after this I need to store the entire extract as one elemnet of another array to clear extract in preparation to receive the next characters between quotes.
so if the input was:
this"is"astringof"characters",
then extract would first contain IS then CHARACTERS.
any would be nice
I am trying to create an array of strings (e.g each element of the array contains a complete string), but am unable to do so the strings to be stored come from a standard array of characters called extract. extract is populated by a loop which takes characters between quotes. after this I need to store the entire extract as one elemnet of another array to clear extract in preparation to receive the next characters between quotes.
so if the input was:
this"is"astringof"characters",
then extract would first contain IS then CHARACTERS.
any would be nice