How to get the Entire Function from a file
- by SoLoGHoST
Ok, I'm reading through a file now, line by line. I know each functions name in the file, since it is defined elsewhere in an XML document. That is what should be this:
function function_name
Where function_name is the name of the function.
I get all of the function definitions from an XML document that I already have put into an array of…