I've a list of words in a field. "Sort" seems to be used only for order of the words/numbers, etc; as far as I can tell; and I can't find the relevant command equivalent to "pick out certain characters or words".
I want to do the following:
Code: Select all
---pseudocode
on mouseDown
put all words starting with the character "c" in field "A" into field "B"
----
---and occasionally:
put all the words containing the characters "d", "h" and "x" in field "A" into field "B"
end mouseDown
