Hi all,
I am working on splitting a time stamp string down in a script but would like to output the data in the script into something I can see in a GUI for testing.
Dim year As String
So how do I reference this tag in a text box? Do I have to copy the value to a tag that I can then use? Or are all the variables in a script available to me somewhere?
Thanks, Bob
Hi Bob,
We received your question and we are working on it, we will give you an answear as soon as possible.
Best Regards,
Tatsoft Team.
Hi Bob,
You can do a class function to return some value, for example:
and, configure the textBox like this:
or you can copy a value to a tag, if you want to split time, may be better for you to create a Template, and inside of this template create the tags.
Let us know if it works for you, please.
Best Regards,
Tatsoft Team.
1 Like
Thanks @supportTatsoft , that is just what I needed!
1 Like