TAG_MOVE Name
TAG_MOVE Purpose
Move tags from one structure to another.
Category
Calling Sequence
tag_move, list, old, new Inputs
list = list of tags to move. in
If list is a null string then all tags in old
are moved or copied.
Keyword Parameters
Keywords
/COPY Only copy tags, do not delete them.
/VERBOSE List operations as they happen.
Outputs
old = Structure to move tags from. in, out
new = Structure to move tags to. in, out
Common Blocks
Notes
Notes: If new does not exist (or is not a structure)
it is created. If all tags are moved from old
then old becomes a null string.
Modification History
R. Sterner, 2008 May 16
R. Sterner, 2008 Sep 08 --- Added /VERBOSE.
R. Sterner, 2009 Mar 05 --- Allowed list to be null to do all old tags.
R. Sterner, 2009 Mar 06 --- Fixed bug added yesterday.
R. Sterner, 2010 Dec 31 --- Fixed to exit after all tags are moved.
Copyright (C) 2008, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.