[APBeta] Scripts question

David Crum crum.david at gmail.com
Sat May 2 14:38:56 PDT 2009


Perfect Paul!!  Thanks!!!



On Sat, May 2, 2009 at 5:25 PM, Paul Rodman <paul at ilanga.com> wrote:
>
> On May 2, 2009, at 10:40 AM, David Crum wrote:
>
>> I've been playing around with the darkness calendar script (and loving
>> it) and was wondering: Is there a way to output it to an excel
>> spreadsheet??
>
> Not as it stands. But anything is possible... Sounds like a feature request
> to me.
>
>> Or to have it convert the numbered days to the named
>> days.  Example 5/1/2009 would be converted to Friday, 5/1/2009 (or
>> something similar).
>
> That's easier:
>
> Add a line above line # 144 (t.ColumnWidth(2)=7). It should contain:
>
>    t.ColumnWidth(1)=17
>
> Change line # 158 from:
>
>    t.Cell(day,1)=d.ShortDate
>
> to
>
>    t.Cell(day,1)=d.LongDate
>
> That should do the trick.
>
> Paul R.
>
> _______________________________________________
> APBeta mailing list
> APBeta at lists.astroplanner.net
> http://lists.astroplanner.net/listinfo.cgi/apbeta-astroplanner.net
>



More information about the APBeta mailing list