!7 static long timeout = 5000; p-substance { autoRestart(); final AutoComboBox3 box = autoComboBox3(f makeEntries); showForm( "", box, func { infoBox(getText(box)); false; }); } static L makeEntries(S s) { Map map = jsonDecodeMap(loadPageWithTimeout("http://smartbot.botcompany.de/autocomplete/" + urlencode(s), timeout)); S follow = getString(map, "follow"); if (empty(follow)) ret ll(); ret ll(s + follow); }