!7 sclass Entry { S time, text; } cmodule ELEFindPastInput > DynObjectTable { start { doEvery(1.0, r grab); } void grab enter { S input = eleCurrentInput(); if (empty(input)) ret with clear(); Cl l = elePastInputs(); setData(quickImport(filter(l, e -> eqic(getString text(e), input)))); } }