home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd2.bin
/
bbs
/
gfx
/
jcgraph-1.21.lha
/
JcGraph
/
Rexx
/
SpaceY.rex
< prev
next >
Wrap
OS/2 REXX Batch file
|
1992-10-05
|
484b
|
20 lines
/* SpaceY.rex */
/* ---------- */
/* Description: Ask for Y axis space value and set it accordingly. No */
/* validation is done on the value entered , so, be */
/* careful. */
options results
address 'JCGRAPH'
'GetTypeValue 24'
FontSpace=result
'requestnumber Enter Y axis font space please. Actual font space is:' FontSpace
FontSpace=result
if RC == 0 then do
'SetTypeValue 24 ' FontSpace
end