home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Computers
/
CreativeComputers.iso
/
shareware
/
applications
/
jcgraph
/
rexx
/
rotset3.rex
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-11-17
|
339b
|
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