At 15:12 22.05.2001 -0700, you wrote:

> > > The problem is:  PROTOTYPES MUST BE SEEN BEFORE THE FUNCTION IS
> > > CALLED. So few people realize that (for one reason or another[1]).
>
>For that reason, I usually do my function definitions at the top of my
>programs. That way they've already been thoroughly parsed before ever
>being called. I used to do that in my C code, too.

I did that too, but I got annoyed at having to remember to change the 
prototype at the top of the script whenever I changed my sub down below.


Aaron Craig
Programming
iSoftitler.com

Reply via email to