Problem with special characters in mask
#2
Put your custom mask between double quotes.
As for "?", you need to double it.
As for double-quote-character itself, you need to put it at the end.

Finally, remark that the § is not an ASCII character.

Code:
-1 "1234567890!§$%&/()=??#@""
Reply


Messages In This Thread
RE: Problem with special characters in mask - by Banaanhangwagen - 01-29-2023, 12:21 AM