Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i want to set a variable form the expression tab of the text object
I am sorry I don't understand the problem you are running into? Can you elaborate? Share a sample with expected output?
As per my understanding, you need set a value from Text object to a variable ?
LET vVariable = <Your test Object Expression> ;
You can also refer the another variables while create new variable like below:
LET vNewVariable = $(vOldVaribale) ;
There are only two ways to define a variable (leaving Macro code asside):
a) In the script, using SET and LET statements
b) In the UI, in dialog Settings - Variable Overview
hi dathu can you please show an example of set a value form textobject to a variable