Name
CopyPath -- clone a path (V5.0)
Synopsis
[id] = CopyPath(src, dst)
Function
This command clones the path specified in src and creates a new path under the identifier dst that is an exact copy of the path specified in argument 1. The dst argument can either be an identifier that should be used for the new path or it can be Nil, in which case CopyPath() will automatically select an identifier and return it to you.

Inputs
src
identifier of path to clone
dst
identifier for the new path or Nil for auto id selection
Results
id
optional: identifier of the new path; this will only be returned when you pass Nil as argument 2 (see above)

Show TOC