[thelist] First Monday bug...

Jason Handby jason.handby at corestar.co.uk
Wed Apr 4 06:29:47 CDT 2007


> Can a function even output 2 bits of data?

Generally, no.

However, you can get around this by wrapping up the two bits of data
into one container, and returning that. Or maybe you just have to
rewrite your code so that you don't need to return more than one thing
from a function...



Jason



More information about the thelist mailing list