Function ====== Handles.CopyDestination ====== Void Handles.CopyDestination(String group, Int32 index) ^ API | http://api.avolites.com/10.1/Handles.CopyDestination.html | ^ description | Second stage of a copy or move operation. Set destination start point. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Handles]] | ^ parameter | group ( [[macros:type:String]] ) : destination handle group. See [[macros:identifier:location]] for the available groups. | ^ ::: | index ( [[macros:type:Int32]] ) : index of the new handle within this group. | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:movehandle]]: Handles.CopyDestination("Playbacks", 7) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~