[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Macro Help
- Subject: Re: Macro Help
- From: a2mg@aol.comNomail (A2MG)
- Date: 03 Jun 2001 00:23:43 GMT
- Newsgroups: comp.sys.apple2
- Organization: AOL http://www.aol.com
- References: <3B1970FB.1F40@alumni.utexas.net>
- Xref: archiver1.google.com comp.sys.apple2:8392
Use the label Peek #year, same as peek $AB14.
To spell out the month you'd probably have to say
$1=.choose(jan,feb.....etc),peek #month, or peek $AB15
Another way to do it would be to use .fdate 11 and then edit the string.
Another way would be to use [date] and then edit the string.
All of the AppleWorks date/time peeks start at $AB13 (century) and go through
$AB19 (seconds).
Beverly Cadieux
TEXAS II an international newsletter for users of AppleWorks(R) 5.1
- References:
- Macro Help
- From: Robert Boucher <boucher1@alumni.utexas.net>