Search results for query: *

  1. M

    Array ordering

    Thanks for everyones help. Ive sorted my issuies now :)
  2. M

    Array ordering

    Thanks so much for your help so far peeps, im almost there. I just have one more little question about arrays. After ive ordered my array, all the values shift to the bottom of the array leaving all the balnk values at the top. is there a way to pull all the values to the top or shrink the array...
  3. M

    Array ordering

    ok, thanks for your help so far, but now i am struggling. this .net seems to be so restrictive. Say i had a one dimensional array with values from 1 to 150 (not in order) If i use the array.sort function it sorts it in like this: 10 100 102 .. 111 133 .. 20 201 this means is sorting by...
  4. M

    Array ordering

    yeh i thought that might be the method to use, what parameters do i use to order by column 0 in accending order
  5. M

    Array ordering

    Hi peeps, Sorry for the newbie question but i am new to vb.net. Can someone please tell me how to order an array I have an array in this structure 0.......1.......2 -------------- 7......-1......1 2......-1......2 10....-1......3 29....-3......4 12....-3......5 1......-3......6 how do i...
Back
Top