home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd2.bin
/
bbs
/
gfx
/
jcgraph-1.21.lha
/
JcGraph
/
Rexx
/
RotPreSet1.rex
< prev
next >
Wrap
OS/2 REXX Batch file
|
1992-10-05
|
328b
|
14 lines
/* RotPreSet1.rex */
/* -------------- */
/* Description: Will set the X,Y and Z rotation value previously set */
/* with 'Set1' button. */
options results
address 'JCGRAPH'
if open('Preset','T:RotPreset1','R') then do
Rotation=readln('Preset')
'SetRotation ' Rotation
end