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

[REBOL] Re: The all function.

From: anton:lexicon at: 14-Apr-2002 14:05

Sorry, my slip up there. You can't use find on an object! You should probably use this: in database/2 'chknum ; to see if there is such a word database/2/chknum ; get the value (not none or false it's ok). so... all [find database code (in database/2 'chknum) database/2/chknum]