REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 3-Aug-2010 Edit History  

REBOL 3 Functions: move

move  source  offset  /part  length  /skip  size  /to

Move a value or span of values in a series.

Arguments:

source [series!] - Source series

offset [integer!] - Offset to move by, or index to move to

Refinements:

/part - Move part of a series

length [integer!] - The length of the part to move

/skip - Treat the series as records of fixed size

size [integer!] - Size of each record

/to - Move to an index relative to the head of the series

Description

Description is needed.


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin