Re: writing my own extension

2007-04-10 Thread kyosohma
On Apr 10, 12:52 pm, "spohle" <[EMAIL PROTECTED]> wrote: > hi, > > i use a lot the enumerate in my scripts and got really interested in > possibly writing my own enumerate as an extension, for which i would > want to extend it to be able to pass a start and step attribute. > > can anyone point me o

writing my own extension

2007-04-10 Thread spohle
hi, i use a lot the enumerate in my scripts and got really interested in possibly writing my own enumerate as an extension, for which i would want to extend it to be able to pass a start and step attribute. can anyone point me on my way with good examples for that and how to write extensions ? t