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 17:33

Now I see your intention.. Golly. Of course, database/2 always refers to the second element in your database, which was your first record. Duh. My apologies for misleading you there. Ok, what you need is something simple like this: rec: select database code select finds the code, then returns the next object. Great! Now you can see if rec contains 'chknum and get its value. chknum: all [(in rec 'chknum) rec/chknum] Anton.