home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
CDRom
/
asimcd30.dms
/
in.adf
/
ARexx_Samples
/
AsimTunes
/
set_frame_accurate.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
OS/2 REXX Batch file
|
1995-06-17
|
298 b
|
18 lines
/* This example will demonstrate the use of the set_frame_accurate command
in AsimTunes.
(C)1993-1995 Asimware Innovations Inc. */
options results
address "AsimTunes_ARexx"
set_frame_accurate 1
if rc ~= 0 then do
say 'Failed with 'rc'.'
exit
end
exit