Renaming variables
#1757
-
Is there a way to permanently rename function variables? From what I'm seeing we only have access to read-only Variable objects |
Beta Was this translation helpful? Give feedback.
Answered by
rssor
Jun 10, 2020
Replies: 2 comments
-
Renaming is done by simply redefining the variable. The wrapper objects are read-only, but you can pass them back in through |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mauronz
-
Works perfectly, thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Renaming is done by simply redefining the variable. The wrapper objects are read-only, but you can pass them back in through
Function.create_user_var
to replace what was already there.