This is a discussion on "With Statement" within the Classic ASP section. This forum, and the thread "With Statement are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
With Statement
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
With Statement
I'm sure I read somewhere in the past that using VBScript's with statement is slower than not using it. For example
Rob. |
|
|
|
#2
|
|||
|
|||
|
Scratch that, I just found it: http://www.4guysfromrolla.com/webtech/010202-1.shtml
With is about 10x slower than individual response.writes, lol. |
|
#3
|
||||
|
||||
|
yeah... I never use it myself for this reason. I guess it's because a copy of the object needs to made for 'with' to use....
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
![]() |
| Tags |
| statement |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP If Statement... | mcdanielnc89 | PHP Forum | 16 | Dec 9th, 2007 17:44 |
| If..Else statement help | IanW | PHP Forum | 3 | Oct 6th, 2006 13:40 |
| SELECT statement | gecastill | Databases | 1 | Feb 15th, 2006 23:27 |
| Help with If Statement. | JohnMitch | Classic ASP | 2 | Jan 5th, 2005 01:05 |