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
] 

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to