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

[REBOL] Re: Changing face text on button push?

From: bpaddock:csonline at: 22-Nov-2001 7:30

> button "Get Patent" [ > if not all [equal? PatentServer/Text "Select" equal? msg/text "Enter > number here..."] [ > GetPatent PatentServer/text msg/text > ] > ]
After correcting the logic this did what I needed, thank you. if all [not equal? PatentServer/Text "Select" not equal? ....] I posted my finished script under the Downloading Patent thread.