| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
global theAnswer_______________________________________________
set theAnswer to "yes"
on dd()
return text returned of (display dialog "Are you out of your mind?" default answer "")
end dd
on theQuestion()
set theText to ""
repeat while theText is not theAnswer
set theText to dd()
if theText is "yes" then
return theText
end if
end repeat
end theQuestion
theQuestion()
Best Regards,
Chris
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.