usee defined type array

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lex Harrelson

    #1

    usee defined type array

    I have user defined type dim 1000 deep....This data is collected from a
    comma delimited file....I want to sort the array with a method that requires
    the swapping of the compared type....tryng this in vb.net I get a casting
    error when I execute the swap of :
    array(0)=array( 10)
    array(10)=array (100)
    array(100)=arra y(0)
    The user defined type as 7 elements that are a mixtue of string and nemeric
    Thanks in advance for any help offered

    Lex



Working...