Notifications
Clear all
[Closed] Avoiding the execute command
Nov 17, 2013 10:20 pm
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
Nov 17, 2013 10:20 pm
in coordsys (a as name)
I am not sure if there are any issues or bugs with it though.
Nov 17, 2013 10:20 pm
Thanks, that seems to work. If anyone sees a problem using that, let us know, otherwise, thanks for the tip!
- Neil