[REBOL] Re: Multiple Keys
From: louisaturk:eudoramail at: 13-Jul-2001 18:17
Ryan,
Many thanks for replying.
At 02:19 PM 7/13/2001 -0700, you wrote:
>What do you mean by "database?"
It is an object database, as follows:
>> database
== ["bbi"
make object! [
code: "bbi"
chknum: "298"
date: 26-Jan-2001
amount: $40.00
sp...
>>
>Anyways is this what you want?
>
>if all [not db-mark: find database code not find db-mark chknum] [
> insert-data code chknum date amount special
>]
>
>--Ryan
Your code produced the following error message:
** Script Error: find expected series argument of type: series port bitset
** Where: forever
** Near: if all [not db-mark: find database code not find db-mark chknum] [
insert-data code chknum date amount special
]
What now?
Louis