Peter Lund <erlang@REDACTED> wrote: ,---- | > Remove = R = | > fun(L,N) -> | > string:substr(L,1,N-1)++string:substr(L,N+1) | > end. `---- cool ! thanks. i haven't looked at the 'string' module. yet. kind regards anupam