If I define this in PS:<br><br>  (defun test-opt (&optional x)<br>      (return (if x "yes" "no")))<br><br>then I get the following in the browser:<br><br>  testOpt(123)<br>    => "no"<br>
<br>Daniel<br>