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

[REBOL] Re: make-doc-pro: how to handle tables?

From: robert:muench:robertmuench at: 22-Sep-2001 11:06

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of > Andrew Martin > Sent: Friday, September 21, 2001 10:22 PM > To: [rebol-list--rebol--com] > Subject: [REBOL] Re: make-doc-pro: how to handle tables? > I quite like: > > first cell second cell last cell > second line > > where the large spaces are tab characters.
Hi, I don't like using white-spaces as formating rules because not so experienced users don't understand the difference between usig space, tab etc. These people need a visual feedback, that's why I used the | character, which is IMO quite logical. Robert