- Posts: 21
- Thank you received: 1
Condition check using a list of values
3 years 6 months ago - 3 years 6 months ago #178665
by pokeydale
Condition check using a list of values was created by pokeydale
In a condition, Is there a way to compare an attribute to a list of values instead of having to create and "equals" for every single possible value??
For example instead of
Attribute1 = "value1" or Attribute1 ="value2" or Attribute1 = "value3"
I would like
Attribute1 = "value1", "value2", "value3"
For example instead of
Attribute1 = "value1" or Attribute1 ="value2" or Attribute1 = "value3"
I would like
Attribute1 = "value1", "value2", "value3"
Last edit: 3 years 6 months ago by pokeydale.
The topic has been locked.
3 years 6 months ago #178668
by tpartner
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Replied by tpartner on topic Condition check using a list of values
Do not cross post. Asking in several forums will not get you an answer faster.
Look up question relevance in the manual.
Look up question relevance in the manual.
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The following user(s) said Thank You: DenisChenu
The topic has been locked.