Posted by: Michael S 2010-03-22 21:36:57 Last edited by: Michael S 2010-03-22 21:38:37 (Total edited 1 time)
I had a need for this the other day, so I thought I'd throw together an RPC macro that might be of use to others. Basically, it allows you to search through the items in a project for a specific string (maybe you've changed the number of arguments passed to a script and want to see which scripts will be affected). To use it, simply select Macro, Add a macro and specify the name of the attached script. (The code uses Peter's array handling, but if you don't have that, it should switch seamlessly to LOADTEXT instead)