home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / LVB / T2W32523.ZIP / _ARRAY.T2W < prev    next >
Text File  |  1998-04-07  |  1KB  |  31 lines

  1. Add : add a constant value
  2. Count : count all occurences of a specific value
  3. Deviation : calculate the standard deviation
  4. Fill : fill with an automatic incremented value by one
  5. FillIncr : fill with an automatic incremented value
  6. Max : find the highest value
  7. Mean : calculate the mean
  8. Min : find the lowest value
  9. ReverseSort : sort in descending order
  10. Search : find the first place of a specific value
  11. Set : set a value
  12. Sort : sort in ascending order
  13. Sum : calculate the sum
  14. ArrayOnDisk : save on disk
  15. MaxNotX : find the highest value other than a specified value
  16. MinNotX : find the lowest value other than a specified value
  17. SortTypedArray : (string) case insensitive and ascending
  18. SortTypedArray : (string) case insensitive and descending
  19. SortTypedArray : (string) case sensitive and ascending
  20. SortTypedArray : (string) case sensitive and descending
  21. SortTypedArray : (string as number) ascending
  22. SortTypedArray : (string as number) descending
  23. SortTypedArray : (variant string) case insensitive and ascending
  24. SortTypedArray : (variant string) case insensitive and descending
  25. SortTypedArray : (variant string) case sensitive and ascending
  26. SortTypedArray : (variant string) case sensitive and descending
  27. ShiftLeft : shift an array to the left and set last element
  28. ShiftRight : shift an array to the right and set first element
  29. RmvDup : remove duplicate value
  30. SearchStr : find the first place of a specific value in an array string
  31. ArrayLookUp