-
Updating the comment on a marker via extendscript?
Hey all!
Is there a way to update a comment on a marker via extendscript?
I’ve tried:
var compTo = app.project.activeItem;
compTo.markerProperty.keyValue(1).comment.setValue = “New Comment”;But so far nothing is working…
Any help appreciated!
James