Wayne,
Thanks...
I'm running 10.6<something> -- I'm not at the computer at the moment, but I
know the files you're referring to (it has a slightly different name and is
in the same directory as the GetScores loader.
On Fri, Feb 19, 2010 at 10:29 AM, Wayne, W5XD <w5xd@writelog.com> wrote:
> >It seems I need to modify the writelogv10.gus file for the ARRL DX contest
> >this weekend, as what's in the file is for the IARU.
>
> If you are running WL 10.74 or later, then the file to start with is
> WritelogIARU.gus, which you will find in WL's \programs folder. (If you are
> running an earlier version of WL, then I don't know--that was too long
> ago).
>
> The "documentation" for how to change this file is in the file itself:
>
> ' how to adjust for other contests...
>
' The "SummaryValue" property requires two parameters--the row title and
> the column title
> ' It returns the value in WriteLog's "Band Summary" window that
> corresponds to the row and title.
>
> The IARU file has this:
>
> Getscores.QSOCount("160") = wlSummary.SummaryValue("160M CW", "QSO") +
> wlSummary.SummaryValue("160M PH", "QSO")
>
> Looking at WL's Band Summary window for ARRL DX, the script should be
> changed to this:
>
Getscores.QSOCount("160") = wlSummary.SummaryValue("160M", "QSO")
>
>
>>> should I change this for every band?
> ...and for multipliers
> IARU:
> Getscores.Mult1Count("160") = wlSummary.SummaryValue("160M CW", "ZN") +
> wlSummary.SummaryValue("160M PH", "ZN")
> ARRL DX:
> Getscores.Mult1Count("160") = wlSummary.SummaryValue("160M", "DX")
>
>> same question -- should I change this fore every band?
>
> GL,
> Wayne, W5XD
>
>
Thanks again..
Eric W3DQ
Washington, DC
_______________________________________________
WriteLog mailing list
WriteLog@contesting.com
http://lists.contesting.com/mailman/listinfo/writelog
WriteLog on the web: http://www.writelog.com/
|