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

[REBOL] List trouble(VID style)

From: ammoncooke::yahoo::com at: 28-May-2001 18:49

Hi, I need to add data to the following list: lab "Generated:" gen: list 400X210 [ origin 0 across text 200 text 200 ] but when I try to do so with: append gen/data [ ["info" "More Info"] ["more info" "even more Info"] ] it returns: ** Script Error: append expected series argument of type: series port ** Where: do-body ** Near: append gen/data [ ["info" "More Info"] ["more info" "even more Info"] ] What is a series port???? I have been all over the core.pdf looking for it. Thanks!! Ammon