I have two files. One file has the codes I want to append to the end of the function. The second file has the function with a bunch of functions and sub functions.
How can I detect the end of a function such that I can add the code to the end of it?
ideas?