before you use re there is a quote I have seen on different boards to
remember. So you have a problem and you want to use re now you have
two problems. It was someone from thescripts.com that helped me
realise how to fix my program without re. (sorry if I have thier
website name somewhat wro
"Donnie Rhodes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
keyword/keyphrase.
>
> So what I'm interested in is how this would work. Is this 'event
> driven' in nature?
I would call it line-input driven -- a special case that is easier to
program.
> Would I define the bulk of t
Donnie Rhodes wrote:
...
>
> Thank you all and I hope I'm not biting off too much at once...
Not if you break it up into pieces. Look at the things you want to do,
and in the first instance, create a function for each. Then you can
start to fill in the blanks, and if neccessary ask back here for
Hi!
Donnie Rhodes wrote:
> So what I'm interested in is how this would work. Is this 'event
> driven' in nature? Would I define the bulk of these slash commands in a
> function and then call it at the end of the script? What would be a
> good module to look at for the text processing and searching