I load a very long dynamic text into multiline dynamic text box successfully. The variable I use in the dynamic text box is called displayText. Eventually, I declare those variable within the textloaded.txt starting with displayText=Lorem ipsum dolor sit amet… This is very long text, so using scroll bar is not the option
I am thinking a workarround like to have a link in the beginning of displayText within textloaded.txt like this :
displayText:Page |1|2|3|4|
and |1| link to paragraph 1, |2| link to paragraph 2 etc...
So when 1 is clicked it will display paragraph 1, 2 will display paragrah 2, etc.
I’ve been trying that method for hours and no luck…anybody can help me?
Cheers