<div>ACT-R Users List,</div><div> </div><div>I am having trouble with the :v and :cmdt parameters in ACT-R6 r1227.</div><div> </div><div>(sgp<br>     :v  *cmdt-out*<br>     :cmdt *cmdt-out* <br>     ;; snipped rest of code out for brevity     </div>
<div>)</div><div> </div><div>Here are the warnings:</div><div>#|Warning: Parameter :v cannot take value *cmdt-out* because it must be must be t, nil, a stream, pathname or namestring. |#<br>#|Warning: Parameter :cmdt cannot take value *cmdt-out* because it must be must be t, nil, a stream, pathname or namestring. |#<br>

</div><div>Here is the value of *cmdt-out*.  It is set prior to defining the model.</div><div>> *cmdt-out*<br>#P"C:\\Users\\stuart.rodgers\\palm\\synavo\\acl_cmdt_out.txt"<br>> </div><div> </div><div>The intent is simply to output everything from the Allegro Common Lisp listener window to a text file because I am exceeding the limits of the window.  My trace files are a bit over 10 MB.</div>
<div> </div><div>Thanks for your suggestions and advice in advance.</div><div> </div><div>Stu</div>