Hello Dan !
I have an issue with a expression which looks like this one.
I would like to hide the first and the last letter of a line.
For now, I just managed to hide the first letter of the line.
Source texte :
“|” + text.sourceText + “|”
Selector expression :
if (textIndex > 1 ) 0 else 100
Sorry i m not a expert ahah.
In case you have some time to spare, I would be very grateful.