ServerObjects Logo


AspSortie 1.x

About AspSortie

AspSortie provides fast sorts for arrays. Sort date/times, integers, floating point numbers and strings.

AspSortie Installation

To use this ASP component move the DLL into a subdirectory (like \winnt\system32 for NT or \windows\system for Win95). Please use the version of regsvr32 that is included with this component or the version that comes with Microsoft ASP (they are the same version).

To register the component on the system change to the directory where you installed the DLL and type:

regsvr32 aspsort.dll

About purchasing AspSortie

  1. AspSortie is part of the AspLib series.
  2. Evaluation copies will expire. See the Expires property for details on determining when your copy will expire.

About Upgrades

  1. Users can upgrade for free for minor version changes. For example, upgrades from version 1.00 to 1.99 are free. The upgrade from 1.99 to 2.0 may carry an additional license fee.
  2. The latest version of the components are always available at http://www.serverobjects.com/products.htm.   If a fee is associated with obtaining the upgrade it will be noted on that page.

Upgrade Instructions

To upgrade the component from a previous version please follow these steps:

  1. Stop all IIS related services such as Gopher, FTP and W3SVC.
  2. Change to the directory where the component is located and type "regsvr32 /u aspsort.dll"
  3. Move the new copy of smtpsvg.dll to the current directory and type "regsvr32 aspsort.dll"
  4. Restart the necessary services.

Questions about AspSort

What are some common tech support issues? See http://www.serverobjects.com/TechComm.htm for a list of common ASP tech support issues.

Technical Support

If you require technical support please see our tech support page at http://www.serverobjects.com/support.htm

AspSortie Component Properties

Property Description
Error Returns any errors during a call to sort.
Expires If the component is an eval version the expires property will return the date that the component quits functioning.

Example:

Response.Write "Component Expires: " & Sort.Expires

RegisteredTo Returns the name of the licensee or "Evaluation" if the product is in evaluation mode.

AspSortie Component Methods

Method Parameters Return Value Description
Sort intDirection, intFlags, array of integer, float, string, datetime etc... N/A Sort will directly manipulate the array so that the array is sorted after a call to Sort.

 

Copyright © 1996, 1997, 1998, 1999, 2000 by ServerObjects Inc. All Rights Reserved.