Finding the length of an index is obviously pretty trivial. But there are several ways to do find it, and there are some “gotchas” if you aren’t careful. The IndexLength function is, of course, the recommended and reliable way to get it. But are you in the habit of using Size(I)
? Did you know that Size(I)
is not the same as IndexLength(I)
, and is not always the length of the index? Watch the video to understand the differences.
Lonnie Chrisman
Lonnie Chrisman is Lumina's Chief Technical Officer, where he heads engineering and development of Analytica. He has a PhD in Artificial Intelligence and Computer Science from Carnegie Mellon University and a Bachelor’s degree in Electrical Engineering from University of California at Berkeley.