|
-
Sep 11th, 2006, 12:03 AM
#1
Thread Starter
Frenzied Member
[2005] Remove Upgrade warnings
I got over 100 updgrade warnings in a recent project, mostly because previously a variable was defined as a variant.
I got the same warning every time I used the variable "Couldn't resolve default property of object"
Defining the variable properly solved the problem, but I was left with 100 commented lines saying the same thing.
Is there a secret tip to remove all these warnings comments without manually selecting and deleting?
-
Sep 11th, 2006, 01:07 AM
#2
Re: [2005] Remove Upgrade warnings
if the warnings all say the same thing.. just do a find/replace and "find" the warning message, and "replace" it with an empty string
-
Sep 11th, 2006, 05:49 AM
#3
Thread Starter
Frenzied Member
Re: [2005] Remove Upgrade warnings
I was hoping for something more integrated, like selecting all the warnings in the task list and deleting them from there.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|