I tried to convert the function below from Delphi to B4A, but I'm stuck in ths part of the code:
B4X:
NewText := NewText + Chr((Ord(Key(x)) xor Ord(Text(y))));
What is an how to use the equivalent commands (chr, xor, ord) in B4A?
Spoiler: Delphi function
B4X:
function ShuffleText(Text, Key...