arrays

  1. A

    Question Grab entire array at once?

    Is there a quick way to grab all the elements of an array? I'm thinking of something using pointers, but not having to walk the node tree. I was guessing that, since the SQLW for extent vars is the length of all the extents put together, they are all stored sequentially at the same memory...
Top