setExpr1 method

void setExpr1(
  1. String expr1
)

Implementation

void setExpr1( String expr1 ){
	// 計算式を取り込む
	_info[_curIndex]._expr1 = expr1;
}