Am 24.01.2007 um 04:55 schrieb Andy Dent:
I frequently use the equivalent in C or C++ of just
{
declare something
use something
}
The advantage being that C allows you to just arbitrarily bracket
code to generate a local scope.
While your solution using a local scope is nice, I simply think the
'degenerated' loop construct is confusing. Loops are ment to loop ;-)
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>