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

[REBOL] hash bug - can someone explain to me this?

From: rotenca::telvia::it at: 2-Jan-2002 16:13

Can someone explain to me this? Allfiles is a hash! of 7614 items created with insert tail
>> type? allfiles
== hash!
>> head? allfiles
== true
>> length? allfiles
== 7614
>> first allfiles
== " Artificial Heart" All ok, but:
>> find allfiles first allfiles
== none however after a allfiles2: to-hash allfiles find allfiles2 first allfiles2 works well. --- Ciao Romano