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

[REBOL] Re: VID: Check problem

From: anton::wilddsl::net::au at: 2-Oct-2007 17:48

Hi Kai, Just a small optimization. These are equivalent (in your lock-fields function, anyway): any [ face/style == 'field face/style == 'fld face/style == 'btn face/style == 'defbtn face/style == 'rotary face/style == 'rot face/style == 'choice face/style == 'sel face/style == 'check ] find [ field fld btn defbtn rotary rot choice sel check ] face/style Anton.