I am trying to come up with a method to extract strings from a string field where the the text is "some txt" "some other text" "and more text"
can't use a delimiter, as space and right quote won't work. This is just a brain freeze now.
results something like
string1 = some txt
string2 = some other text
string3 = and more text
can't use a delimiter, as space and right quote won't work. This is just a brain freeze now.
results something like
string1 = some txt
string2 = some other text
string3 = and more text