On Tue, Apr 12, 2011 at 11:59 PM, Paul McNett <[email protected]> wrote:
> 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 > > LOL A+ jml --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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.

