Difference between revisions of "Associative vs. Positional Indexing"
m (adding doc status category stub page) |
|||
Line 1: | Line 1: | ||
+ | [[Category:Concepts]] | ||
[[Category:Doc Status D]] <!-- For Lumina use, do not change --> | [[Category:Doc Status D]] <!-- For Lumina use, do not change --> | ||
+ | |||
+ | When accessing array elements from Analyica expressions, we must identify which position along an index that we wish to access. In Analytica, this can usually be done either associatively or positionally. | ||
+ | |||
+ | Suppose Index Year has the following elements: | ||
+ | |||
+ | Year → {| | ||
+ | border="1" || 2007 || 2008 || 2009 || 2010 || 2011 || 2012 |} |
Revision as of 18:23, 2 May 2007
When accessing array elements from Analyica expressions, we must identify which position along an index that we wish to access. In Analytica, this can usually be done either associatively or positionally.
Suppose Index Year has the following elements:
Year → {|
border="1" || 2007 || 2008 || 2009 || 2010 || 2011 || 2012 |}
Comments
Enable comment auto-refresher