Try errorNum

2000-08-29 Thread David Bovill
What are the values returned to "catch erorrNum"? try send pigeon to the target catch errorNum answer "Error" errorNum finally -- do something end try It's a list of errors found, with each line starting with 3 items (numbers) followed by a fourht item (the name of the handler

Re: Try errorNum

2000-08-29 Thread Scott Raney
On Tue, 29 Aug 2000, David Bovill wrote: What are the values returned to "catch erorrNum"? try send pigeon to the target catch errorNum answer "Error" errorNum finally -- do something end try It's a list of errors found, with each line starting with 3 items