Notifications
Clear all

[Closed] Avoiding the execute command

Say I have a variable

a = “world”

and I want to do this

in coordsys Blah do something

I want to replace the Blah with “world”, but it doesn’t accept a string.

One way around this is using execute…

execute (“in coordsys ” + a)

however, I’d like to avoid using execute since execute has issues with variable scopes.

Is there another way to change my “world” string into something in coordsys directly understands?

  • Neil
2 Replies
in coordsys (a as name)

I am not sure if there are any issues or bugs with it though.

Thanks, that seems to work. If anyone sees a problem using that, let us know, otherwise, thanks for the tip!

  • Neil