View Full Version : Function List Program
Nerd Boy Inc
02-02-07, 11:52 PM
Dear All,
At one time awhile back someone sent me a Program that could Parse through a Miva Script and give you a list of Functions in the Script.
If that person is till around, please contact me.
I think you can do this eaily with grep.
grep -i "MvFUNCTION NAME" file.mv
there is a way to express the whitespace between MvFUNCTION and NAME using regular expressions but this is generally enough.
RayYates
02-04-07, 09:55 AM
If you have Textpad you can do a find <MvFUNCTION. then create a quick keyboard macro to copy each line of text found to a new document then repeat.
mvmarkus
02-04-07, 01:49 PM
Dear All,
At one time awhile back someone sent me a Program that could Parse through a Miva Script and give you a list of Functions in the Script.
If that person is till around, please contact me.
Dear Jeff,
Bill Guindon (aGorilla) wrote something like this in Ruby.
If you can't find him her on the list, I can send you his contact offlist.
Markus
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.