I am defining few variables and I have select="-------" in them. In those the first parts of the path are the same. Is there any way I can have some sort of a constant type of a thing defined so that I can use it without having to retype the same thing over and over again?
I am defining few variables and I have select=——- in them. In those the
Share
Well you can use a variable
instead of
But as you are already using variables that looks too obvious so maybe I am missing what the problem is.