mindfaQ bro. now i'm facing another problem. I try to compare the value ( which i get from RegexMatchAt(RegexMatchAt(UnknownTexT.Text,"[([^\]\r\n]+)\]","gi",0),"[([^\]]+)\]","i",1) ) 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 expression to get data from the Text Box and set the data to Text1.
I add Dictionary key "test" with value "myname"
after that i compare the Text1 data with with the dictionary key value as trigger to visible the textbox.
but do not work.
can you help me to solve it?