Hello,
It is possible to copy in a Tag the complete current screen name included alias instances?
Something like current screen:
"Screen1.instance1"
Thanks.
How to open screen with the name of screen ?
-
- Posts: 9
- Joined: Fri Jan 15, 2016 4:00 am
Re: How to open screen with the name of screen ?
How to use String to Tag Function on button click event to get the value of it ?
I am using as Below But not getting results.
I am using as Below But not getting results.
Code: Select all
MessageBox.Show(StringToTag("value1").Value);
-
- Posts: 23
- Joined: Mon Jun 13, 2016 4:03 pm
Re: How to open screen with the name of screen ?
Is there a way of doing the same, but based on screen ID, not the name?
Re: How to open screen with the name of screen ?
Hello,
im tried "String2Tag" method from this topic, but i have similarly problems like ParthDesai. I'm tried something like
on button click (ButtonUp), and i havent got any results, moreover button freezes.
TY
im tried "String2Tag" method from this topic, but i have similarly problems like ParthDesai. I'm tried something like
Code: Select all
this.AnalogNumeric.Value = Globals.ScriptModule2.StringToTag("Value1").Value;
TY