<br><div class="gmail_quote">2009/12/3 Olivier <span dir="ltr">&lt;<a href="mailto:oza-4h07@myamail.com">oza-4h07@myamail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>How can you parse a comma separated list using function CUT and AEL ?<br><br>I&#39;ve tried but it displays error message (though is seems to find the correct value) :<br><br>STRING=101,102<br>VAL=${CUT(STRING,\,,1)};<br>

NoOp(VAL is ${VAL});<br><br>Cheers<br>
</blockquote></div><br>Sorry for the noise but I mixed up with another mistake elsewhere in my code.<br>The above example works !<br><br>