home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
100-199
/
ff144.lzh
/
AnalytiCalc
/
AnalyKeypad.Arc
/
AKFB.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1987-11-04
|
579b
|
41 lines
/#
//
RM
%4H %*%%
*C COPY COL OF DATA
*C COPY FRST FROM 1ST CELL TO ROW, THEN FILL IN AREA
TE P=%\*U HERE
TE T-1.\R=%
TE U-2.\S=%
%qGive Start Cell of Row>%L %\
TE *U HERE
TE T-1.\B=%
TE U-2.\C=%
%Give End Cell of Row>%L %\
TE *U HERE
TE T-1.\D=%
TE U-2.\E=%
%Give Bottom Left of Left Column>%L %\
TE *U HERE
TE T-1.\F=%
TE U-2.\G=%
L A1
TE G-C+1.\H=%
TE B+1.\I=%
TE C+1.\J=%
*CLOOP
*C LOOP
*COOP
CR P#%BC P#%IC:P#%DE
TE C+1.\C=%
TE E+1.\E=%
TE H-1.\H=%
TE *F LOOP
*C SHOULD BE DONE HERE. EXIT.
L A1
L P#%RS
TE %=P
RF
/#