RR is driving me crazy...
Within a stack script handler of a library stack (which has already been registered by "start using"), I tried to open the stack's window using
Code: Select all
open me
Unfortunately, this approach doesn't work. Me contains the correct reference, but it does not work...
If I use the command
Code: Select all
open stack "xxx"
What am I doing wrong?
Do I really have to write
Code: Select all
open stack (the short name of me)
In that case: how do I find out when to write a reference itself or "the long|short name|id of" that reference? To me it seems, that I always use the wrong expression(s)...
Thanks in advance for any help![/quote]