Unable to rename a global variable

I just started using global variables in a Windows, non-legacy project.

I wanted to rename a global variable I just created, without even having used it yet, and to my surprise I cannot.

Am I doing something wrong?

Hi @pere ,
Can you share this source,
I think it was used somewhere that you don’t remember and haven’t checked
regards,

Nope, you simply cannot rename global variables afaik, and if the limitation was only if you hadn’t used it then that would be an annoying restriction meaning you might as well delete it and make a new one anyway.

1 Like

Global variables cannot be renamed for now. We have it on the backlog but it will be a while until we can modify this since it’s a complex task.