I was hoping if anyone could help extract strings from a textfield. In a textfield(textfield1) I would like to be able to extract words separated by delimiters and put in a separate textfield (textfield2) without the delimiter.
For example:
textfield1.value = "Apple, Orange, Tomatoes"
After extracted, textfield2 would hold the values:
textfield2.value = "Tomatoes Orange Apple"
I would really appreciate any help. Thank you so much!
For example:
textfield1.value = "Apple, Orange, Tomatoes"
After extracted, textfield2 would hold the values:
textfield2.value = "Tomatoes Orange Apple"
I would really appreciate any help. Thank you so much!