Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ADDGOALS forces all arguments to be computed prior to the first argument in the function

Syntax

  1. ADDGOALS(GoalValExpGoalValExp, SubGoal, [SubGoal])
  2. ADDGOALS(GoalObject(...), SubGoal, [SubGoal])

Arguments 

Method 1

  • GoalValExp GoalValExp (a ValExp) is the parameter or expression that should be the result of the function;
  • SubGoal (an InpVar) is a parameter or object that should be computed prior to the GoalValExpGoalValExp.

Method 2 

  • GoalObject(...) is the Object that should be the result of the function;
  • SubGoal (an InpVar) is a parameter or object that should be computed prior to the GoalObject(...).

...