<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Mar 22, 2011, at 5:12 PM, Dan Smith wrote:</div><blockquote type="cite"><div><blockquote type="cite">Shouldn't be too hard to fix this one. :-)<br></blockquote><br>Yep, good spotting. &nbsp;Try the attached (on top of the previous) to see if<br>it works.<font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#144FAE"><br></font></font></div></blockquote><br></div><div>Your patch looks very similar to mine! :-) &nbsp;</div><div><br></div><div>I think yours is a little wrong, though, as you continue to pass two args to the formatter:</div><div><br></div><div>return "MNA", "%03i" % (self._vfo, number)</div><div><br></div><div>I think should be just</div><div><br></div><div>return "MNA", "%03i" % (number)</div><div><br></div><div>While my python-fu is weak, I think I'm getting stronger every day. &nbsp;Thanks for your help.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>-jan-</div><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; 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: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; 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: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>--&nbsp;</div><div>Jan L. Peterson (KD7ZWV)</div><div><br></div></div></span><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline">
</div>

<br></body></html>