Setting Array Internal Pointer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David Williams

    Setting Array Internal Pointer

    Hello all,
    I was wondering if there was a way to set an array
    internal pointer to the array element in one step
    rather than running a loop where you use next() or prev()
    until you stop at the point you want?

    Thanks!

    David

    --
  • The Natural Philosopher

    #2
    Re: Setting Array Internal Pointer

    David Williams wrote:
    Hello all,
    I was wondering if there was a way to set an array
    internal pointer to the array element in one step
    rather than running a loop where you use next() or prev()
    until you stop at the point you want?
    >
    Thanks!
    >
    David
    >
    sure, if you know what index element you need.

    Comment

    Working...