Using Methods in Conditions/Instructions

There is a way of avoiding errors when entering method names.

  1. Mark the cell in which you want to use a method.
  2. Right-click in the cell and select Insert Method from the context menu.

    The "Select Variable" window opens. It contains a list of all public methods of all referenced classes.

  3. Select the method you want to use.

  4. Click OK.

    The name of the method is inserted in an individual row at the end of the cell.

    If the method has arguments, the names defined in the class are entered.

  5. You have to edit the inserted method call.

    1. Enter existing variable names from your conditional table instead of the specified argument names.
    2. Insert a comparing operator in the condition area (see Specifying Conditional Tables)
    3. Add the assignment character = in the instruction area (apart from the "methods" column) and remove the asterisk if necessary.

See also

Specifying Conditional Tables