Hi Kai, On Friday, October 7, 2005, 7:58:46 PM, you wrote:
KP> what is wrong below/happened to sort? >> a: [1 2 3 4] == [1 2 3 4] >> sort/skip a 3 ** Script Error: Invalid argument: 3 ** Near: sort/skip a 3 >> sort/skip a 4 == [1 2 3 4] The length of the block must be a multiple of the skip argument. Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> --- http://www.rebol.com/ Colella Chiara software division --- http://www.colellachiara.com/ -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
