[REBOL] Is unique buggy?
From: louisaturk::coxinet::net at: 12-Aug-2002 23:44
Hi rebols,
Does the unique function contain a bug, or am I doing something wrong?
>>database: unique database
corrupts the data (pointed out with an arrow below).
Does unique not work with objects?
Louis
make object! [
code: "boo"
chknum: "5032"
date: 11-Jan-2002
amount: $200.00
special: $0.00
]
make object! [
code: "bpo"
chknum: "392"
date: 7-Mar-2002
amount: $0.00
special: $392.00
]
make object! [
code: "bc"
chknum: ""
date: 31-May-2002
amount: $100.00
special: $0.00
] "bow" "bow6603" "bow6481" <======= corruption.
make object! [
code: "bow"
chknum: "6315"
date: 22-Mar-2002
amount: $0.00
special: $98.00
]