From: Doug M. <do...@cr...> - 2001-02-26 20:47:28
|
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" <mp...@po...> To: <dyn...@li...> 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 > mp...@ph... > ICQ: 12107010 > > > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > 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 |