Difference between revisions of "Subscript"
Line 4: | Line 4: | ||
= Subscript(A,I,x) = | = Subscript(A,I,x) = | ||
− | «A» | + | 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 [[Subscript/Slice Operator|A[I=x] ]]. | ||
− | + | For more details, see [[Subscript/Slice Operator]]. | |
− | |||
− |
Revision as of 22:27, 6 March 2010
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.
Comments
Enable comment auto-refresher