Intellipro      Your Ad Here

Automating QTP Test Automation                  Home Automation Articles Downloads QTP Gotchas Links Books Contact About Site Map

Home

Automation

Articles

Downloads

QTP Gotchas

Links

Books

Contact

About

Site Map

 

 

 

 

 

General Function - Sort Array

This function sorts an array using the .NET System.Collections.ArrayList

Download it Here (right-click and then save target as).

(NOTE - you can just cut & paste from below, but the formatting will have multiple spaces instead of tabs).

'=========================================================================

Sub Gen_SortArray(aInput)

    'This function sorts an array using the .NET System.Collections.ArrayList

    'Usage:
        'Call Gen_SortArray(aRows)

    'Where aRows is a simple one-dimensional array containing data

    Dim oList, sItem, iIndex

    Set oList = CreateObject("System.Collections.ArrayList")

    'Load the object
    For iIndex = lBound(aInput) to uBound(aInput)
        oList.Add aInput(iIndex)
    Next

    'Sort it
    oList.Sort()

    'Get the data back
    iIndex = lBound(aInput)
    For Each sItem In oList
        aInput(iIndex) = sItem
        iIndex = iIndex + 1
    Next

    Set oList = Nothing

End Sub

'=========================================================================
Your Ad Here

Copyright © 2009 Intellipro Services Ltd. All rights reserved                      Home About Privacy Policy Terms of use Contact Site Map






































































advanced advice agile answers application articles aut automated automating automation basics beginners browser button checkbox child childobjects click close code coding combo combobox consultant consultancy convention count createobject database delete descriptive download downloads dp edit editbox element enhancements error examples faq faqs file files filesystemobject fixes folder folders forum framework frameworks function functions generation generator getobject getroproperty gotchas group guide guru harness hewlett hp inputbox insert intellipro interview language library libraries link list listbox manifesto manual master name naming navigate object or packard page ping pro problem procedure procedures professional programming qtp query queries question questions quick quicktest radio refresh repository ross row rows samples script scripts scrum select server software specific sprint sql step stored strategy structure sub subroutine suite sync tables test testing text textbox title tool tools tsl tutorial update updates url vbscript web webedit webpage webradiogroup weblist whittaker wscript