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

[REBOL] Re: VID begniner

From: carl:s:rebol at: 14-Sep-2002 16:13

Hi again Brahim, Even us old guys make mistakes, here's a correction to what I gave you: block: [H2 "My Example!"] repeat i 10 [repend block ['button form i]] probe block view layout block The REPEND is short for APPEND REDUCE. It will produce: [button "1"], etc. Serves me right for not running it. But then, I never run my code, just publish it. ;) -Carl