Description Usage Arguments Value Examples
Based on available list element names and subscript value determine index of the element requested
1 | .getSubscript(lst, i)
|
lst |
list to search subsript for |
i |
character or numeric to determine final list index |
numeric index of the requested element in the list
1 2 | l = list(a="a", b="b")
.getSubscript(l, 1) == .getSubscript(l, "a")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.