home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MAGAZINE
/
MISC
/
DBMS9107.ZIP
/
AQUA2
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1991-05-28
|
656 b
|
16 lines
LISTING 2
//───── draw arrows if data off to left or right
if b:leftvisible > 1
@ maxrow(), 0 say chr(17) + chr(196)
else
@ maxrow(), 0 say space(2)
endif
if b:rightvisible < b:colCount
@ maxrow(), maxcol() - 1 say chr(196) + chr(16)
else
@ maxrow(), maxcol() - 1 say space(2)
endif