tomp Posted October 1, 2007 Posted October 1, 2007 Just encountered an issue with a new version of my solution (new file names). I was able to use file references to find all the right sources for updating clients to the new version EXCEPT I use the ValueCount function to determine the number of entries from ValueList("fileName","ValueListName"). My calculation was incorrect because this 'fileName' is not handled by the 'file references' I set up. I stumbled onto this during some testing. My fear is that I have some more of these buried in little used corners of my solution and would like to 'search' for the potential problems before my client sees them. Any way to search the script code for occcurrences of a given string? Thanks
Fitch Posted October 1, 2007 Posted October 1, 2007 Create a DDR and then search all the files using a text editor such as TextWrangler, or analyze the DDR using a tool such as Inspector or BaseElements.
Recommended Posts
This topic is 6264 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now