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!
Moderator: General Moderators
Code: Select all
OpenContentPane();
//
CloseContentPane();