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

[REBOL] Re: length? pick problems

From: riachtchenko:docutec at: 27-Nov-2000 12:25

Hi Andrew, i sure did't get it, since on NT adn rebol 2.31 i became:
>> table-data: ["CREAF" "" "" "" "Nasdaq-NM" "" "" "" "$"]
== ["CREAF" "" "" "" "Nasdaq-NM" "" "" "" "$"]
>> table-data: map table-data func [Item [string!]] [
[ either empty? Item [exit][Item]] ** Script Error: map has no value. ** Where: table-data: map table-data func [Item [string!]] ? Appreciate Sascha. Andrew Martin wrote: