Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Using Parentheses ====== To change the priority of processing, parentheses can be used to link multiple With clauses. For example, the command: <code> List CUSTOMERS (With STATUS = 'A' Or With STATUS = 'P') And With CITY = 'LOS ANGELES' </code> will find customers who are either active or potential, and additionally live in Los Angeles. Customers outside Los Angeles, or those who are in Los Angeles but not active or potential, are ignored. guides/programming/programmers_reference_manual/using_parentheses.txt Last modified: 2024/06/19 20:20by 127.0.0.1