Hey 2 fast questions,
i want to forbid some special chars (not everyone!) in a script.


1. Question
What chars?
$ % and {

When i try:
if (($ isin $2-) || (% isin $2-) || ({ isin $2-)) { return } it dont work! smirk


2. Question
When i write:
if ($2- !isalnum) { return } the scripts returns when someone write something with spaces in it - how can i "fix" this? allow A-Z + 0-9 + Space?


Thank you for the informations smile

Last edited by Krawalli; 24/12/14 11:31 AM.