home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 7
/
FreshFishVol7.bin
/
bbs
/
gfx
/
jcgraph-1.21.lha
/
JcGraph
/
Rexx
/
RotSet2.rex
< prev
next >
Wrap
OS/2 REXX Batch file
|
1992-10-05
|
339b
|
15 lines
/* RotSet2.rex */
/* ----------- */
/* Description: Will assign X,Y and Z value to the preset button next to */
/* it. */
options results
address 'JCGRAPH'
if open('Preset','T:RotPreset2','W') then do
'GetRotation'
Rotation=result
writeln('Preset',Rotation)
end