Hi Gregg

> Do you mean refinements?

..not exactly thanks, but your example taught me something handy:-)

>> somefunc: func [inp] [print [inp * 3.14159]]
>> somefunc 4
12.56636
>> somefunc
** Script Error: somefunc is missing its inp argument
** Near: somefunc

Q1: How to catch the missing param so the script won't crash?


./Jason


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to