Copy link to clipboard
Copied
Is there a way to clear the Extendscript Toolkit console from the script running?
Thanks!
I'm wondering if there is some way to clear the console from within a running script.
Ah, that would be a no. ExtendScript Toolkit is not a scriptable app.
Copy link to clipboard
Copied
Top right corner of the console window has a "Clear" option.

Copy link to clipboard
Copied
Hi,
I'm aware of the clear button you mention. I'm wondering if there is some way to clear the console from within a running script.
Thanks anyway!
Copy link to clipboard
Copied
I'm wondering if there is some way to clear the console from within a running script.
Ah, that would be a no. ExtendScript Toolkit is not a scriptable app.
Copy link to clipboard
Copied
Ah, well nevermind!
Copy link to clipboard
Copied
Sorry about that. I've done feature requests for ESTK before, but not holding my breath.
Copy link to clipboard
Copied
found few lines code about ame-scripting, in japanese
http://qiita.com/tags/extendscript
clearing console
var bt = new BridgeTalk();
bt.target = 'estoolkit-4.0';
bt.body = function(){
app.clc();
}.toSource()+"()";
bt.send(5);
thx, David Torno for yours getting started videos ![]()
Copy link to clipboard
Copied
found few lines code about ame-scripting, in japanese
http://qiita.com/tags/extendscript
clearing console
var bt = new BridgeTalk();
bt.target = 'estoolkit-4.0';
bt.body = function(){
app.clc();
}.toSource()+"()";
bt.send(5);
That's very interesting. Definitely outside the box thinking.
thx, David Torno for yours getting started videos
You're welcome.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more