‎2009 Jan 12 1:40 AM
i want to know if we can do math calculation in script form's command line?i try it by using define command ,but cann't get the result,i have to make sure if the command line have the function of math calculation?
‎2009 Jan 12 2:35 AM
Hi,
Use the Program lines to write the code/calculations. and declare the calculated parameters in the export section in the genaral attributes of the Program lines.
‎2009 Jan 12 2:35 AM
Hi,
Use the Program lines to write the code/calculations. and declare the calculated parameters in the export section in the genaral attributes of the Program lines.
‎2009 Jan 12 2:41 AM
do ur calculations inside a subroutine and call ur subroutine in ur script.
check this wiki on how to use subroutines inside scripts
‎2009 Jan 12 2:58 AM
thanks.
the conclusion: command line cann't do direct calculation,we must quote a program.
Edited by: p y on Jan 12, 2009 3:58 AM