Bug! Duplicate function refinemets aren't checked. >> f: func [/base /test arg [string!]] [print ["arg:" arg]] >> f/test/test "123" "test" arg: test >> f/test/test "123" ** Script Error: f expected arg argument of type: string ** Near: f/test/test "123"
Andrew Martin ICQ: 26227169 http://valley.150m.com/ -><- -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
