On Nov 1, 2006, at 8:36 AM, MB Software Solutions wrote:
I think collections would be a consideration as well, if you're using at least VFP8.
Gotta get in a plug for Python here: this is one of the cool things that is frustrating when switching back to VFP. You can return multiple values from a function, and it's perfectly legal to write something like:
first, last, phone = myCustomerFunc() ...if the function returns 3 values. -- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

