JSL to loop words in a list
Hey guys,I have a really basic JSL question, I hope.I'm using this line to create a list of words in a string.all_list = words(first_string, " ");I then want to loop all the words in all_list and get rid of any words that are a length of three or less.How do I set up that loop?Thanks in advance!Matt