D - With syntax
- Keith Fuller (15/15) Jan 13 2003 My 2 cents worth: (is anyone willing to give me 2 cents for this?)
-
Carlos
(35/35)
Jan 13 2003
"Keith Fuller"
escribiσ en el mensaje - Keith Fuller (17/17) Jan 13 2003 What happened to my dots and indents in the With block?
My 2 cents worth: (is anyone willing to give me 2 cents for this?) ----------------- I like Visual Basic's With ... End With much better. With objFont Size = .Size + 1 Name = "Arial" End With That way I know immediately what is being affected by the With. If something starts with a "." then it's either a decimal number or it's associated with the "With". Other items: ------------ Shouldn't there be a newsgroup for user contributions? (such as the recent wxWindows post) Zorland. Borland. Coincidence?
Jan 13 2003
"Keith Fuller" <Keith_member pathlink.com> escribiσ en el mensaje news:avv0c3$2o40$1 digitaldaemon.com... | My 2 cents worth: (is anyone willing to give me 2 cents for this?) | ----------------- | | I like Visual Basic's With ... End With much better. | | With objFont | Size = .Size + 1 | Name = "Arial" | End With | | That way I know immediately what is being affected by the With. | If something starts with a "." then it's either a decimal number or it's | associated with the "With". I agree with that. Carlos Santander http://carlos3.netfirms.com/ | | Other items: | ------------ | | Shouldn't there be a newsgroup for user contributions? (such as the recent | wxWindows post) | | Zorland. Borland. Coincidence? | | | | --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.438 / Virus Database: 246 - Release Date: 2003-01-07
Jan 13 2003
What happened to my dots and indents in the With block? Let me try again here. My 2 cents worth: (is anyone willing to give me 2 cents for this?) ----------------- I like Visual Basic's With ... End With much better. With objFont (note the dot -->) .Size = .Size + 1 (note the dot -->) .Name = "Arial" End With That way I know immediately what is being affected by the With. If something starts with a "." then it's either a decimal number or it's associated with the "With". Other items: ------------ Shouldn't there be a newsgroup for user contributions? (such as the recent wxWindows post) Zorland. Borland. Coincidence?
Jan 13 2003