On Thu, 30 Sep 2010, Jonas Kellens wrote:
> Hello list,
>
> how can I go from *100* to 100 ?
>
> I know I can do something like ${EXTEN:1} but that way I only get rid of just
> one *.
${EXTEN:1:3}
That gives 3 characters from an offset of 1.
Read the file channelvariables.txt in the doc directory.
Gordon