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

[REBOL] 'none in System objects

From: ptretter:norcom2000 at: 12-Feb-2001 8:27

Anyone know why I get 'none on every third item within System objects such as system/components as in: mold system/components/3 == "none" mold system/components/6 == "none" mold system/components/9 == "none" Paul Tretter