Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] write does not return a value upon success. This is bad for try blocks R

From: joel:neely:fedex at: 7-Sep-2000 11:47

You could "try" (groan ;-) something along the lines of m: not error? try [write ftp:... "hi there"] which leaves m simply indicating success (or failure) of the attempted block. -jn- [princepawn--lycos--com] wrote: