On Thu, 11 Apr 2002, Bryan R Harris wrote: > > ACK! void use of map! > Huh? Is that "void" or "avoid"? What's wrong with map?
void. You're using map in void context here (which means, if I'm not mistaken, you throw the return value away without using it), and this is said to be a Bad Thing (though you'll maybe have to ask someone else for exactly why it's evil, as that is beyond my wisdom - somehow, I'm always _for_ misusing things... :-)). Elias -- "There are people who don't like capitalism, and there are people who don't like PCs, but there's no one who likes the PC who doesn't like Microsoft." -- Bill Gates -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]