// returns XML sS lox24_sendSMS(S konto, S password, int service, S from, S to, S text, bool unicode) { ret postPage("https://www.lox24.eu/API/httpsms.php", +konto, password := md5(password), +service, +text, +from, +to, return := "xml", httphead := 0, encoding := unicode ? 1 : 0); }