Produced by IDL 7.1.1
User Documentation

./guide
move.pro

Last modification date:
Wed Sep 28 13:27:09 2016

move

procedure move, in, out

Move the data from the in location to the out location. Anything in out is lost. This uses the value of !g.line. If it is set (1) then the array of line data (!g.s) is used, otherwise the array of continuum data (!g.c) is used. The contents of in are emptied and lost.

Examples
Move the contents of location 0 to location 10. Then move the contents of 9 to location 0.
    copy, 0, 10
    copy, 9, 0
 
Uses
copy
Version
$Id$

Parameters
in
in, required
integer
The buffer to move values from.
out
in, required
integer
The buffer to move the values to.


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:35 2016