not trying to start anything - but was this intended as a joke ?
I read this as : "don't use current language features because the old 'pros' 
who haven't picked up a manual in 20 years won't understand it" ?

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, July 12, 2005 03:59 AM
To: [email protected]
Subject: Re: [U2] THE variable names


In a message dated 7/10/2005 6:18:39 PM Pacific Daylight Time, 
[EMAIL PROTECTED] writes:


> LOOP
>    REMOVE PROD FROM PRODS SETTING MORE.PRODS
>    ...do stuff...
> WHILE MORE.PRODS
> REPEAT

Why use Remove?  It's unfamiliar to more oldtimers and requires use of 
SETTING.
Just
SELECT PRODS
and then 
READNEXT PROD ELSE DONE = TRUE

:)
Will Johnson
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to