Re: UniqueID
Re: UniqueID
- Subject: Re: UniqueID
- From: Jon Pugh <email@hidden>
- Date: Thu, 7 Feb 2002 08:38:01 -0800
At 9:58 AM -0500 2/7/02, Arthur J Knapp wrote:
>
-- Cool way, (I can't help myself):
>
--
>
on DateToSeconds(d)
>
set s to {{p:d}} as string
>
set i to s's text 1 thru -17
>
set j to "comp"
>
set k to s's text -12 thru -1
>
return p of ((i & j & k) as record)
>
end DateToSeconds
Stop it. You'll go blind.
Jon
Friends don't let friends coerce excessively.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >Re: UniqueID (From: Arthur J Knapp <email@hidden>) |