[REBOL] list length
From: ammoncooke:yaho:o at: 30-May-2001 19:28
Hi, I am trying to compare the length of two text-lists. This is the code I am using to get the length: lst1-len: lst1/text: to-integer length? lst1/data when the list has 20 items in it this code returns 2 when the list has 8 it returns 8 Thanks!! Ammon