home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
gfx
/
misc
/
jcgraph
/
rexx
/
rotset3.rex
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1992-10-05
|
339 b
|
15 lines
/* RotSet3.rex */
/* ----------- */
/* Description: Will assign X,Y and Z value to the preset button next to */
/* it. */
options results
address 'JCGRAPH'
if open('Preset','T:RotPreset3','W') then do
'GetRotation'
Rotation=result
writeln('Preset',Rotation)
end