Bill: I don't grasp which side of this fence you're on with this post.
----- Original Message -----
From: "Bill H" <[EMAIL PROTECTED]>
To: <u2-users@listserver.u2ug.org>
Sent: Wednesday, March 14, 2007 3:45 PM
Subject: RE: [U2] Error in report generation.


> An interesting test would be for those who love to upper-casing everything
> to try typing in their favorite word processor (where mixed casing is the
> norm) without looking at the screen and have one of their children keep
> pressing the "Caps Lock" key.
>
> If you manage to get frustrated, then you can begin to imagine how others,
> who know how to type, feel about this U2 style casing situation; which
> manifests itself in upper-case BASIC code.
>
> Remember, case-sensitivity precludes mixed-casing while case-insensitivity
> precludes nothing!  With case-insensitivity we can both have what we want.
> I don't mind anyone living with case-sensitivity, I just mind others
> insisting, or demanding, I live with it too!  Have a heart, will ya?  :-)
>
> Bill
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Dianne Ackerman
> Sent: Wednesday, March 14, 2007 6:27 AM
> To: u2-users@listserver.u2ug.org
> Subject: Re: [U2] Error in report generation.
>
> I must be backwards because I actually find the second one easier to read
> and cleaner.  And faster to type!  Of course, I guess I'm one of the
> "old-timers", having been in multi-value for 25 years now.
> -Dianne
>
> [EMAIL PROTECTED] wrote:
>
> [snipped]
>
> >Loop
> >  ReadNext Id From MYLIST Else
> >    Fin = @True
> >  End
> >Until Fin Do
> >  ReadU CustomerRec From CUSTOMERS, Id Then
> >     GoSub ProcessRecord
> >  End
> >Repeat
> >
> >LOOP
> >  READNEXT ID FROM MYLIST ELSE
> >   FIN = @TRUE
> >  END
> >UNTIL FIN DO
> >  READU CUSTOMERREC FROM CUSTOMERS, ID THEN
> >     GOSUB PROCESS.RECORD
> >  END
> >REPEAT
> -------
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to