Hallo,
ich schaffe es nicht eine Abfrage der Art
IF var1 = “…” OR var2 = “…” …
darzustellen.
Mein Vorgehen:
Das Textfeld lässt sich nicht in die Anweisung schieben.
Hallo,
ich schaffe es nicht eine Abfrage der Art
IF var1 = “…” OR var2 = “…” …
darzustellen.
Mein Vorgehen:
Das Textfeld lässt sich nicht in die Anweisung schieben.
You have to have a full condition that returns true/false in each section of the “or” block
Like this with external inputs:
or with inline inputs
If you are comparing texts, then use the compare text blocks
Ich sehe keinen Unterschied zu Deinem 2. Beispiel, außer dass Du die Vergleiche umgedreht hast:
Var=“xx” => “xx” = var
As long as you can see the difference between how you were doing it and the examples i have shown we are OK
It’s all about how you parse a complex expression.
Example:
You need a rope.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.