The following line is interpreted correctly in B4A and B4J but in B4i the CHR() is ignored and the numbers in the CHR are simply concatenated to the string.
No error is thrown.
B4A, B4J - t%yg&^ÞÞÈÃ
B4I - t%yg&^222222200195
Correction - B4i seems to be completely ignoring CHR(). I tried to set the value in Sub Initialize and the result was the same:
B4i ver 8.30 (64bit)
No error is thrown.
B4X:
Dim TestCrypt As String = $"t%yg&^${Chr(222)}${Chr(222)}${Chr(200)}${Chr(195)}"$
B4I - t%yg&^222222200195
Correction - B4i seems to be completely ignoring CHR(). I tried to set the value in Sub Initialize and the result was the same:
B4i ver 8.30 (64bit)
Last edited: