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

[REBOL] Re: List trouble(VID style)

From: arolls:bigpond:au at: 30-May-2001 15:07

It means 'append expects a series OR a port for its argument.
> ** 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
Make a small function yourself to see: f: func [arg [block! integer!]][probe arg] f ** Script Error: f expected arg argument of type: block integer ** Where: halt-view ** Near: f Anton.