[REBOL] Problem with try [ open/direct/binary tcp://... ] Re:(4)
From: rebol:techscribe at: 3-Oct-2000 3:14
Hi Andrew, as an aside: [Al--Bri--xtra--co--nz] wrote:> >> probe err > ** Math Error: Attempt to divide by zero. > ** Where: 1 / 0remeber to disarm errors before you probe them. Try>> probe disarm errThat's probably what you intended to do? Elan