home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 32
/
hot34.iso
/
ficheros
/
LVB
/
T2W32523.ZIP
/
_ARRAY.T2W
< prev
next >
Wrap
Text File
|
1998-04-07
|
1KB
|
31 lines
Add : add a constant value
Count : count all occurences of a specific value
Deviation : calculate the standard deviation
Fill : fill with an automatic incremented value by one
FillIncr : fill with an automatic incremented value
Max : find the highest value
Mean : calculate the mean
Min : find the lowest value
ReverseSort : sort in descending order
Search : find the first place of a specific value
Set : set a value
Sort : sort in ascending order
Sum : calculate the sum
ArrayOnDisk : save on disk
MaxNotX : find the highest value other than a specified value
MinNotX : find the lowest value other than a specified value
SortTypedArray : (string) case insensitive and ascending
SortTypedArray : (string) case insensitive and descending
SortTypedArray : (string) case sensitive and ascending
SortTypedArray : (string) case sensitive and descending
SortTypedArray : (string as number) ascending
SortTypedArray : (string as number) descending
SortTypedArray : (variant string) case insensitive and ascending
SortTypedArray : (variant string) case insensitive and descending
SortTypedArray : (variant string) case sensitive and ascending
SortTypedArray : (variant string) case sensitive and descending
ShiftLeft : shift an array to the left and set last element
ShiftRight : shift an array to the right and set first element
RmvDup : remove duplicate value
SearchStr : find the first place of a specific value in an array string
ArrayLookUp