Copy into a code block

Hi, I got some information from an abacus revit, can I copy the data indexes into a code block?

I don’t think you can write directly into a CodeBlock from the output of a node.

However, depending on your graph, I think you can work out what you want to do by just tweaking list levels and lacing in the nodes after your List.RemoveItemAtIndex node.

use Watch+ from the Spring Packages, this will open a windows that lets you copy the values

Or you can use Clipboard.SendTo from Clockwork and paste into the codeblock.

Clipboard

3 Likes

@Alban_de_Chasteigner


how to pass into code block?
@m.rijsmus
What Spring Packages?

Why not just wire these through? Managing the list and data flow is better than having to find those code blocks you put the values into all over your graph.

3 Likes

You reason, I done that so