setConst abstract method

void setConst(
  1. int constantName,
  2. double variableValue,
  3. int pExpression
)

Set the current value of the constant constantName

Implementation

void setConst(int constantName, double variableValue, int pExpression);