[REBOL] manipulating values in blocks
From: hugues::moisy::geosignal::fr at: 27-Nov-2002 20:06
Hi List, I manage to manipulate a block like [1 17 23 36 49 58], representing limits off segments, ie, if i have 6 values in the block, it seems that the block contains 5 segments (1-17, 17-23, 23-36 ...) is there anyone who knows how to manipulate the block into getting start and end values of each segment ? I've tried, but don't know how to do this job. Thanks a lot for your help. Hugues