Phillip J. Eby wrote: > C++ and Java don't have tuples, do they? No, but in C++ you could probably do something clever by overloading the comma operator if you were feeling perverse enough... -- Greg