Get the name of current screen


Inside a Screen Script I would like to be able to find the name of the Screen. This will be done automatically and not by typing the name in a string variable.
Is it possible?
Parents
  • Hi Bjarne,

    There's not a way I'm aware of that would prevent you from having to manually type in the screen like Richard suggested, although I think with a little bit of scripting in the Graphics script you can set up everything in one place. 

    The pertinent question is what specifically are you trying to do? If you want a log of the screens as they're opened, you can do that easily with the event logger. 

Reply
  • Hi Bjarne,

    There's not a way I'm aware of that would prevent you from having to manually type in the screen like Richard suggested, although I think with a little bit of scripting in the Graphics script you can set up everything in one place. 

    The pertinent question is what specifically are you trying to do? If you want a log of the screens as they're opened, you can do that easily with the event logger. 

Children
No Data