Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    Heinzi answer is correct, but I don't advise you to do that. If you have multiple conditions your if will become unreadable. In the end what is you benefit from this ? Commented Oct 27, 2016 at 7:36
  • I have to process a data file and need to look for a list of expressions so there will be multiple expressions each on its own if () statement Commented Oct 27, 2016 at 7:38
  • You can do that properly with only one Match variable and multiple bool variables, but if you feel that this is looking better go on. Mark the answer of Heinzi as correct. Commented Oct 27, 2016 at 7:42