On 6/9/2011 2:32 PM, Stephen Russell wrote: > On Thu, Jun 9, 2011 at 1:21 PM, Paul McNett<[email protected]> wrote: >> On 6/9/11 11:02 AM, MB Software Solutions, LLC wrote: >>> lnMax = 1024**3*2-1 >>> IF lnAvailableMem> lnMax THEN >>> lnAvailableMem = lnMax >>> ENDIF >> >> How's about: >> >> lnAvailableMem = max(1024**3*2-1, m.lnAvailableMem) >> > ----------------------- > > How about min and not max?
Yes and yes. I drew it out a couple lines more than necessary for clarity. <g> -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 _______________________________________________ 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.

