Hi,
I have a large 2D array of strings (let's say 2x1000000). When i need to access only a few elements of the array it takes quite a lot of time. Is there anything to access those elements directly without manipulating all the array? (something like pointers in C++).
Thank You very much.
T.