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

[REBOL] Re: [p2p] p2p file sharing

From: gchiu:compkarori at: 21-Jun-2004 15:32

Izkata wrote.. apparently on 20-Jun-2004/20:17:46-5:00
>** Script Error: attempt has no value >** Where: func [face value][attempt [view-directory face/text]] >** Near: attempt [view-directory face/text] >>>
That must be a very old version of view. Here's the source to 'attempt to get u going: attempt: func [ {Tries to evaluate and returns result or NONE on error.} value][ if not error? set/any 'value try :value [get/any 'value] ] Rebol.net is where to get the current betas, but I believe that's down. -- Graham Chiu http://www.compkarori.com/cerebrus http://www.compkarori.com/rebolml