Re: vdate
Re: vdate
- Subject: Re: vdate
- From: JJ <email@hidden>
- Date: Tue, 06 Nov 2001 02:06:04 +0100
>
The following crashes on my wifes 6100, OS 8.1. I tried Applescript 1.1.3.
>
>
set DateString to "" & (vDate)'s month & " " & (vDate)'s day & ", "
>
& (vDate)'s year -- month, day, year
>
>
Error says it cannot make month "November into a string".
>
>
I assume that "vdate" is calling an osax, but I can't seem to figure
>
out which one. Isearched the Applescript sites and found nothing.
>
>
Any suggestions?
I can't figure why "set DateString to "" & ...
because
("" & "...") as string = "..."
What's the real script? ("vDate" seems to be a variable)
JJ