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

[REBOL] Help!

From: sharriff::aina::med-iq::de at: 23-Oct-2000 10:26

Here is a simplified snippet of a sort of user validation that I´m coding: challenge: make object! [ log-name: "sharriff" password: "gong" ] temp-logname: to-word challenge/log-name temp-password: challenge/password validname: select temp-db temp-logname validpass: find temp-db temp-password either found? validname [either found? validpass [print "go"][print nogo ]] [ print "wrong password"] The problem is, the outer "Either" never evalutes if "validname" is true, can someone tell me what I´ve overlooked? Regards Sharriff Aina med.iq information & quality in healthcare AG