How to detect what you set an upvar name to?

So I was in the middle of making a custom block but I can’t detect what the user names the upvar. Something like this as an example.
ex1
ex2

This should help you out

The initial value for upvars is their name, so you just need to store the initial value in a different variable.


That’s a lot simpler :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.