Difference between revisions of "Subscript"
Line 9: | Line 9: | ||
For more details, see [[Subscript/Slice Operator]]. | For more details, see [[Subscript/Slice Operator]]. | ||
+ | |||
+ | ==See Also== | ||
+ | * [[Subscript/Slice Operator]] |
Latest revision as of 20:32, 23 March 2016
Subscript(A, I, x)
Returns the value, or more generally, the slice of «A» for which index «I» equals «x».
This function is the same as the more convenient syntax A[I = x] .
For more details, see Subscript/Slice Operator.
See Also
Comments
Enable comment auto-refresher