I try to compare the value ( which i get from RegexMatchAt expression and set as text to a text object ) with another value.
if the the values are equal it trigger another object to Visible .
but it dont work.
Here is my event sheet system:
At first i add File Reader to read a text file (Set text Text bOx)
then i use the RegexMatchAt expression to get data from the Text Box and set the data to Text1.( Working Fine)
I add Dictionary key "test" with value "myname"(working)
after that i compare the Text1 data with with the dictionary key value as trigger to visible the textbox
but do not work.
can anyone help me to solve it?