| re: how to list all variables
Point taken, I did 'misread' the post.
Thanks for the sarcasm though, much appreciated.
Chris.
"James Monroe" <jamesmonroe88@hotmail.com> wrote in message
news:u6$l$kDkDHA.3316@TK2MSFTNGP11.phx.gbl...
Now what good is searching for a "dim" in the source code going to do if the
variables are not dimmed in the 1st place ?
I don't think you read the question very well and your response is not
relevant at all.
Thx go out to the guy who posted the object cleanup vbscript, but it really
doesn't do much that I see except tell you whether or not the ".asp" file in
question needs to be reviewed or not.
"Chris Barber" <chris@blue-canoe.co.uk.NOSPAM> wrote in message
news:uJH0823jDHA.1084@tk2msftngp13.phx.gbl...[color=blue]
> UltraEdit (or any text editor worth it's salt), even Visual Interdev will[/color]
do[color=blue]
> it (and give you a nice list to click on).
>
> Do a find for 'Dim ' and work from there.
>
> Chris.
>
> "James Monroe" <jamesmonroe88@hotmail.com> wrote in message
> news:eAdAZz3jDHA.2060@tk2msftngp13.phx.gbl...
> 1st off... I am not talking about session, application, form, or server
> variables..
>
>
> Does any one know of an asp script or program than can analyze a ".asp"[/color]
page[color=blue]
> and report back all of the variables used.
>
> I am re-doing some old code from the past that did not use option explicit
> and it would be a lot easier to dim the variables if something could list
> them off to meall at once
>
> there must be something... I know some of the tools that convert asp to[/color]
aspx[color=blue]
> will dim variables that were not dimmed as it does the conversion... but
> those converters are very expensive so I don't have one
>
> anyone know of anything...
>
> maybe an asp report tool that helps you doument code does it... ??
>
>
>[/color] |