Source: dataset/pad/pad_dataset__move_stream.pro
pad_dataset::move_stream Reorder the streams in a pad dataset. Usage: dsref -> move_stream, {name| from=from}[, to=to] Argument: name string The name of the stream to move. Keywords: from int The index of the stream to move; a 2-element array giving panel and position. to int The location at which to replace the stream, if this is not given then the stream is moved one location earlier (if possible). Notes: It is an error to give both a name and a from index. It is not (YET?) possible to move streams between panels. History: Original: 3/2/00; SJT