setExpr2 method

void setExpr2(
  1. String expr2
)

Implementation

void setExpr2( String expr2 ){
	// 計算式を取り込む
	_info[_curIndex]._expr2 = expr2;
}