home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
216.lha
/
RexxArpLib_v2.1
/
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
|
1996-02-15
|
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