October 1, 200718 yr 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
October 1, 200718 yr 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.
Create an account or sign in to comment