Zitat von
s.h.a.r.k:
When you wait about ten minutes then i have a solution.
What makes exactly this code? Because i doesn't know how to program with Java
Code:
return decodeString(new QStringBuffer(), s).toString();
Hi again, DecodeString is function that returns a string output from a given input after "altering it", I am NOT programming i JAVA so that is my problem aswell...
The way I see it Decodestring is called like like this:
var
s:string
begin
s:= DecodeString('Hello');
end;