home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
prog
/
arexx
/
rxarplib.lha
/
rexx
/
filelist
/
findbottom.txed
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-07-13
|
138 b
|
11 lines
/* this finds the bottom of a file */
OPTIONS results
Bottom
Up
STATUS R
parse var result row rowno rest
rowno = rowno - 1
return rowno