On 4/12/11 2:56 PM, Ed Leafe wrote: > On Apr 12, 2011, at 5:54 PM, Paul McNett wrote: > >> > But I like Mike's TRY/CATCH approach. > > In Python you could do that, or simply: > > import calendar > return calendar.isleap(year)
Ok so Mike you have the option of shelling out to a Python interpreter and running the above code. ;) Paul _______________________________________________ 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 Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** 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.

