Hello,
How can you parse a comma separated list using function CUT and AEL ?
I've tried but it displays error message (though is seems to find the
correct value) :
STRING=101,102
VAL=${CUT(STRING,\,,1)};
NoOp(VAL is ${VAL});
Cheers
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20091203/65936da1/attachment.htm
