!7 p-exp { LS l = sortedCI(singleLinesOnly(gazelle_fromServer_allDistinctLines())); S text = escapeMultichars(lines(appendToAll(" | ", l))); print("Chars: " + l(text)); JTextArea ta = //typeWriterTextAreaWithoutUndo(); jTextAreaWithoutUndo(); showFrame(ta); sleepSeconds(5); time "Setting text" { setText(ta, text); } }