Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
var
c: char;
s: string;
begin
c := 'a';
s := c; // string s now contains the letter 'a'
ShowMessage(s);
end;
DecryptStr := Concat(DecryptStr, Chr(Ord(sPom[1]) + EncCode));
Result := Result + Chr(Ord(sPom[1]) - EncCode);
:
:
Result := Result + Chr(Ord(sPom[1]) + EncCode);