Dear all,
I wrote this macro line:
N0=getTitle();
imageToSelectString1 = substring(N0, indexOf(N0,“Position”), lastIndexOf(N0," “+number+” "));
but it does not work obviously because I did not defined “number”.
Instead of number I would like to write something to indicate that any number is accepted in that position, so the macro returns always the Position plus the number.
Thanks