Previously, chris [EMAIL PROTECTED] wrote: >> Now, I'd like that text file to include the >>date of the message. I tried telling it to >>'set theDate to time sent of theMessage' and then >>in the data loop added '& item i of theDate as string & return to >>theFile'. > >I don't think there is a list of items for a date. So calling for "item >i" would fail (like you are seeing). Aha--I didn't know the difference. > >Have you tried just making the line "& theDate as string & return" Yes, this works! I had to remove 'as string' but now it returns all the data correctly. > >That should give you the whole date. If you want less than that, I >believe Date is a class type, and you can do things like call for "Day of >theDate". I don't know the exact syntax, but you should be able to find >it on Apple's Applescript help pages. I'll tinker a little with selecting out just the day but I may just leave it and do this in my database, where I'm on more familiar territory.
Thank you so much for the help!!! We're not paying you enough, are we...? :-) --Anna ___________________________________________________________________________ To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>

