default answer text
default answer text
- Subject: default answer text
- From: Robert Poland <email@hidden>
- Date: Wed, 16 Mar 2005 09:36:25 -0700
Hi,
Is there any way to control the font or style of the default answer
if the following script? The text is of very poor quality, difficult
to read. See attachment.
Tia,
set todaysDate to (current date) --> "Wednesday, March 6,
2005 9:11:04 AM"
set d to day of todaysDate as string --> 6
set theDay to characters -2 thru -1 of ("0" & d) as string --> 06
set theMonth to month of todaysDate as integer as string
set theYear to year of todaysDate --> 2005
set answerYear to "" & theMonth & "/" & theDay & "/" &
theYear --> "3/06/05"
display dialog "This is the date that will be used. " default
answer answerYear
set answerYear to result
--
Bob Poland - Fort Collins, CO
http://www.ibrb.org/
Attachment:
Picture 2.pdf
Description: Adobe PDF document
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden