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

[REBOL] Re: any suggestions for updating a choice field in a view?

From: arolls::bigpond::net::au at: 9-Sep-2001 17:54

Well you could do: ch/text: first ch/data: at head ch/data 2 show ch It requires one less reference to ch. Just make sure the number ("2") is between 1 and length? ch/data. It is less "self-documenting" though it could be useful. I think your way is pretty good.