Dear Friends,
i created two different dynamo file and create a lot of nodes inside. Now i want to copy nodes from ones file to another. Bu copy and paste did not work there. What is the way of coping files between two files. i could not find any document about this issue in the internet.
Open the script within dynamo that you want to copy from, then highlight the nodes in question and press ctrl + c.
Close this script but keep dynamo open then open the other script that you want to paste the nodes to and press ctrl + v.
This should then copy the nodes to the center of your screen, so you may want to zoom out or get to a area without any other nodes in prior to doing ctrl + v.
Thanks Brendan. Worked!