I have a script that in the end displays a chunk of data using MessageBox() when complete, and I'd like to be able to copy/paste that data to a separate text file for use elsewhere. Right now though it will display the message box, but it won't let me copy the text from it. Is there any way to do this? Alternatively, is there a way to write out this script output to a file so that I can use it elsewhere? I basically build a string using StringBuilder, and it's the data in that string that I need to use after the script is complete, so I need to either be able to write that to a file, or just display it in a MessageBox and copy it from there.
how to copy/paste from script MessageBox?
Pete Siamidis
wrote on 2/24/2013, 9:09 PM