Hey guys,
This doubt arises constantly in my work. Is there any way to easily know if the output of a node is being a Var, double, string …?
I would also like to copy the content with Ctrl + C and Ctrl + V from a node output. In other words, I thought of something like a watch, but that allows the content inside the Watch to be easily copied (to a notepad for example).
for the copying part, the used to be a watch+ node by @Dimitar_Venkov, from which you could copy and paste.
the Object.identity node can give you the type of the output i think.
Does this node still exist? I didn’t find it inside Springs
I tried this one but it still doesn’t give me what kind of info I’m dealing with: in other words, it’s not specifying the type of data
Thank you so much anyway
Just one more question about it … What kid of “bad things” happen? I wanted to use it in a list and ended up using a List concat before, and it worked (but I used it in a separate file, after all I didn’t know which kind “bad thing” could happen)
Well, on a larger data set the crash kinda bad things, and on any size data set the ‘oops lost some data there’ kinda things. It’s been awhile, but I have a recollection of this node only maintaining the last item in the list for a given structure. Remember the clipboard can only hold one thing at a time - when you hit ctrl + v the one data point is pasted, not several sets of data points.