home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
gfx
/
misc
/
jcgraph
/
rexx
/
rotpreset3.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
|
328 b
|
14 lines
/* RotPreSet3.rex */
/* -------------- */
/* Description: Will set the X,Y and Z rotation value previously set */
/* with 'Set3' button. */
options results
address 'JCGRAPH'
if open('Preset','T:RotPreset3','R') then do
Rotation=readln('Preset')
'SetRotation ' Rotation
end