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

[REBOL] Re: Little questions, big answers...

From: dness:home at: 5-Sep-2001 17:39

Carl Read wrote:
> Have you seen the View Developer's Guide? Found here... > > http://www.rebol.com/docs.html > > More just a start than the last word on View, but if you haven't seen > it it should answer some of your questions. (As I'm sure Anton's nice > reply has.) > -- > Carl Read >
Thanks. I had passed through it once, but now with Anton's reply above I find I understand it better. So far it has allowed me to dramatically simplify things, and I am left with one principal problem: how to get a number (variable from one run to another, but fixed for each run) of `field' commands executed _inside_ a layout. I think I am now in a situation where I can see my way clear to solving my experimental problem by writing out a layout command into a text file which I then `do'. I rather suspect there is some way of avoiding the necessity of actually writing this out and then reading it back, but at least I have some confidence that that would work, and I can then work on improving the technique.