home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Piper's Pit BBS/FTP: ibm 0010 - 0019
/
ibm0010-0019
/
ibm0010.tar
/
ibm0010
/
CLIPB52.ZIP
/
MENU.ZIP
/
ARRAYFUN.CH
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
|
1990-05-15
|
244 b
|
8 lines
// ACOMP( aArray, bCompare, [nStart], [nStop] ) ---> uElement
//....Sample Blocks for comparisons
#define acMAX {|x,y| x > y}
#define acMIN {|x,y| x < y}
#define acMAXLEN {|x,y| len(x) > len(y)}
#define acMINLEN {|x,y| len(x) < len(y)}