Hi !
Does anyone have a script that types a text line with the file name and a timestamp?
Thanks to anyone who can help.
t = +new Date(); f = document.file; var text = new PointText(new Point(10,10)); text.content=t +'\r'+ f;