babyfacedassasin1
2008-03-01 16:40:25 UTC
Private _decBookPrice(_intSizeOfArray) As Decimal
Private _intQuantityInStock(_intSizeOfArray) As Integer
Private _intQuantityOnOrder(_intSizeOfArray) As Integer
I have these four arrays and I am sorting the _strbooktitle.
Array.Sort(_strBookTitle)
But when I do so , the values such as ( _decBookPrice, _intQuantityInStock, _intQuantityOnOrder) are not corresponding to the correct amounts
Please help