home *** CD-ROM | disk | FTP | other *** search
- /* This example will demonstrate the use of the get_absolute_time command
- in AsimTunes.
-
- (C)1993-1995 Asimware Innovations Inc. */
-
-
- options results
-
- address "AsimTunes_ARexx"
-
- get_absolute_time
- if rc ~= 0 then do
- say 'Failed with 'rc'.'
- exit
- end
-
-
- if( result )
- then say 'The AbsoluteTime? menu item is selected.'
- else say 'The AbsoluteTime? menu item is not selected.'
-
- exit
-