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

[REBOL] multiple columns in text-list?

From: slok00:y:ahoo at: 24-Dec-2001 3:30

Is it possible to have multiple fields or columns in a text list? Currently, I have a text-list and it display the files in the current directory. The code is as follows: ===== text-list data read %. ===== how can I include more columns? eg. Text-list to show "filename", "date of file", and "file size" thanks YekSoon