Hi,
here is a sample bit of my code that I am trying to put a dynamic path in:
filepath = d1.riviera_1
with (_parent._parent.filepath) {
_alpha = 100;
Increment(50, 4);
}
If I us the path _parent._parent.d1.riviera_1 in the “with” statment everything works as it should. For some reason the “with” statement does not like the variable filepath. I have tried all things I can think of like using “”, eval, var, and cobination there of. Any Ideas on what the problem might be.