!7 static double interval = 10; p-subst { showBigText("Smart Bot Load", f getData, toMS(interval)); hideConsole(); quietSleep(); } static S[] getData() { S load = loadPage("http://smartbot.botcompany.de/load"); if (isInteger(load)) load += ".00"; else if (charAtIs(load, l(load)-2, '.')) load += "0"; ret new S[] { load, load + " [Smart Bot Load]" }; }