O.P. RE: RemoveFormatCodes
I send: abcdefghi
and the result is false.
But if I assign the value in this way:
MyMsg = "[.b][c=1]abcd[/c=2][c=2]efghi[/c=1][/b.]"
MsgPlus.DisplayToast("Test", MsgPlus.RemoveFormatCodes(MyMsg));
The result is correct, without spaces.
If you want, you can try with Random Gradiator the same thing.
You must choose "Bidirectional gradation".
The function can't remove the format code of string received from message.
Bye
|