just becuase something works, doesn't mean that it is right.

there are too many glitches that are being left unchanged because they
aren't
bugs.

Doug Melvin wrote:

> is that so different?
> (no, really I ned to know)
> I mainly use the first method, but some of mty older code uses the second
> ----- Original Message -----
> From: "Michael Pemberton" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, February 26, 2001 4:26 AM
> Subject: [Dynapi-Dev] More minor glitches
>
> > there is a minor syntax glitch in the setClip() method.
> >     else {
> >         if (c.indexOf("rect(")>-1) {
> >             .....
> >         }
> >     }
> > should be:
> >     else if (c.indexOf("rect(")>-1) {
> >         .....
> >     }
> >
> > --
> > Michael Pemberton
> > [EMAIL PROTECTED]
> > ICQ: 12107010
> >
> >
> >
> >
> >
> > _______________________________________________
> > Dynapi-Dev mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/dynapi-dev
>
> ---
> Outgoing mail is certified Virus Free by AVG Free Edition
> Download at: http://www.grisoft.com/html/us_index.cfm
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.231 / Virus Database: 112 - Release Date: 2/12/01
>
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev



_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to