<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 25, 2008, at 07:54 AM, Dieter Welnowski wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Monaco; font-size: 10px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div lang="DE" link="blue" vlink="purple"><div class="Section1"><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; "><span class="Apple-style-span" style="color: rgb(20, 79, 174); font-size: 10px; -webkit-text-stroke-width: -1; ">when I select the script: print finder charts, I get the warning: Script error on line 810: Duplicate identifier. I am not able to write scripts, so you can repair that?</span></div><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; "></div></div></div></span></blockquote></div><br><div>You need to make two changes:</div><div><br></div><div>1. Delete line 810. </div><div> It is a duplicate. It wasn't picked up in V1 since the compiler wasn't quite as vigilant as it is in V2.</div><div><br></div><div>2. The second error occurs on line 931. It's a small change to the Canvas constructor. Change</div><div><br></div><div> c=new Canvas(w,h,wtitle)</div><div><br></div><div> to</div><div><br></div><div> c=new Canvas(w,h,nil,wtitle)</div><div><br></div><div>and you should be fine.</div><div><br></div><div>I'm not going to upload a changed script, since I'm not the original author. I'll leave that to Michael.</div><div><br></div><div>Paul R.</div><div><br></div></body></html>