Results 1 to 5 of 5

Thread: Copy Part of an Array [Resolved]

Threaded View

  1. #1

    Thread Starter
    Addicted Member jordan23's Avatar
    Join Date
    Dec 2002
    Posts
    166

    Copy Part of an Array [Resolved]

    How would I copy part of a four dimmensional array to a one d array. I only want part of it. For example in vb I would say

    Code:
    for i = 1 to 25
       my1darray(i) = my4darray(i,12,12,12)
    
    next i
    The array will not always be 25 though. It has to be flexible. Thanks.
    Last edited by jordan23; Jul 22nd, 2004 at 05:16 PM.

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