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

[REBOL] Re: Text-List more help please

From: ammoncooke:yaho:o at: 25-May-2001 17:50

Thanks, now I need to be able to convert that to an integer so I can do a for loop stopping at the length of the list. ;)) Now to fix the vaugeness of the last question I asked :))) Have you ever scripted with Perl?? If so, the values of an array are accessed from an index: $array[0] $array[1] $array[2] Is there a similar way to access data from a list with REBOL?? Thanks!! Ammon PS Is there absolutely nothing to gain by not declaring variables in REBOL or why don't I ever see anything about?