Hello,

I've a textfile:

Text %x% Text
TextText %y% Text
Text %x% Text %z% Text



What I need is a list (eg. array) from every string between the chars %
(without the char %),
in thos case the x, y and z.
The position is different in each line.