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>