3 Aug
2007
3 Aug
'07
4:56 p.m.
If I define this in PS: (defun test-opt (&optional x) (return (if x "yes" "no"))) then I get the following in the browser: testOpt(123) => "no" Daniel