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

[REBOL] Re: Newbie query on array indexing

From: greggirwin:mindspring at: 23-Nov-2001 11:01

Hi Phil, << The work around I was given was to declare my array with 1 extras dimension board: array/initial [5 5 5 1] #"." I can then use board/:x/:y/:z/1: = #"Q" >> Now *that's* clever! --Gregg