Results 1 to 10 of 10

Thread: [RESOLVED] re-order control array??

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2009
    Posts
    46

    Resolved [RESOLVED] re-order control array??

    hey , guys ....

    another control array problem

    I have control array of pictures
    let's say

    pic(0)
    pic(1)
    pic(2)
    pic(3)
    pic(4)
    pic(5)
    pic(6)
    user can delete any of those in run-time ... so if he deletes pic(3) then we have :

    pic(0)
    pic(1)
    pic(2)
    pic(4)
    pic(5)
    pic(6)

    the problem is that I want these array to re-order itself to become

    pic(0)
    pic(1)
    pic(2)
    pic(3)
    pic(4)
    pic(5)
    Am I make sense??? and if I do , Is that possible to make???

    thanks in advance
    Last edited by karim_fone; Apr 6th, 2009 at 04:27 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width