Finding all Logic/Output between function calls
Posted: Wed Jul 26, 2006 8:05 pm
Hey All,
Is there any way to capture all output between 2 function function calls?
For example the script would get the // text:
The reason for this being so the CloseContentPane can get all the output and send it to Smarty for compiling.
Thanks!
Is there any way to capture all output between 2 function function calls?
For example the script would get the // text:
Code: Select all
OpenContentPane();
//
CloseContentPane();Thanks!