[ibis-macro] question about string parameter in AMI

  • From: <fangyi_rao@xxxxxxxxxxx>
  • To: <ibis-macro@xxxxxxxxxxxxx>
  • Date: Mon, 15 Mar 2010 16:13:10 -0600

Hi, Experts;

 

Shall the double quote of the value of a string parameter be included in
the input parameter string of the Init call? For example, if an AMI
model has a string parameter with name "param_name" and value
"param_value", should the input parameter string be

 

(param_name  "param_value")

 

or

 

(param_name  param_value)

 

Thanks in advance,

 

Fangyi

 

Other related posts: