Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page. time
Value returned: A text string representing the current time set in your Macintosh, in one of the following time formats:
When HyperCard is running under System 7.1, the long, abbrev, and short forms agree with the formats set in the Date & Time Control Panel. The form Examples
Demo Scripton clock show bkgnd field "Demo Field" put the ticks into startTicks put the seconds into startSeconds repeat until the mouseClick displayMessage "The time is" && the time & return & ¬ "The long time is" && the long time & return & return &¬ the seconds - startseconds && "seconds have elapsed." & return & ¬ the ticks - startTicks && "ticks have elapsed." & return & return &¬ spaces(20) & "Click the mouse to continue . . ." end repeat hide bkgnd field "Demo Field" end clock Related TopicsPlaceholdersadjectiveOne of the following:
See also: |
Version 0.8b4 (July 4, 2025)