list name text
-
I would like to have the possibility that the text entered is the same as a list of names
that is, instead of IF I would like an OREXAMPLE (this doesn’t work):
show [nameanimals] if [your-name] equals “[dog] [cat] [bird]”EXAMPLE 2 (this doesn’t work):
show [nameanimals] if [your-name] equals “dog, cat, bird”EXAMPLE 3 (this doesn’t work):
show [nameanimals] if [your-name] equals “dog”
OR if [your-name] equals “cat”
OR if [your-name] equals “bird”
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘list name text’ is closed to new replies.