I was wondering if it is possible to include an array of variables and then to extract a certain variable. Example:<br><br>(:include group.pagename vararray=&quot;first, second, third&quot;:)<br><br>I know this should somehow be possible with string manipulation (I still have to figure out how). I&#39;m wondering if it is possible in an easier way.<br>
<br>The reason I ask, is that I want a variable with a variable number of entries (which is not that easy with string manipulation, if at all possible).<br><br>To be more precise, what I want to be able to do on the included page is:<br>
<br>His relatives are: [[First]], [[Second]], [[Third]].<br><br>With other words, I want to be able to make a link of every relative (to that relative&#39;s page). For this I need to be able to extract the variables one by one.<br>
<br>With String Manipulation, I would just have to replace the separators &quot;, &quot; with &quot;]], [[&quot; and append a [[ and a ]]. But what if I want to be able to refer to the first in a separate way?<br><br>So yeah, these are quite some problems. Any ideas?<br>
<br>-- <br>Patrick Provinciael<br>