Forum Discussion
Altera_Forum
Honored Contributor
13 years agoTry using single quotes(') instead of double quotes (") around the values you're testing against. ' is for characters, " is for strings.
Try using single quotes(') instead of double quotes (") around the values you're testing against. ' is for characters, " is for strings.