lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: @HourLog (was: How to do this?)


From: Jeff Kingston
Subject: Re: @HourLog (was: How to do this?)
Date: Fri, 24 Apr 1998 10:12:38 +1000

I don't know what the problem is.  I wish I did.  However, I've
found a simple workaround.  Here it is:

extend @Tab
        def @DoHr named st {}
                     named fin {}
                     named tot {}
        {
                @Rowa A{st ^& --fin} B{tot}
                #st, fin, tot
        }

extend @Tab
        def @DoTo right total
        {
                @DoRowa A{To ^& tal} B{total}
                #Total is total
        }

extend @Tab
        macro @Hr { / @DoHr }
extend @Tab
        macro @To { / @DoTo }

macro @HourLog
{
        @Center @Tab
                between{yes} above{yes} below{yes} side{yes}
                @Fmta { @Col A ! @Col B }
}

This is a revised mydefs; the source file remains unchanged.

Jeff


reply via email to

[Prev in Thread] Current Thread [Next in Thread]