...
fieldset fieldset
[
vector]
Extract a selection of elements fields from a fieldset. The vector supplied as the argument provides the set of indices to be used. For example:# copies fields 2, 1, 3 of x into y
x = |2, 1, 3|
y = x[i]
...
...
fieldset fieldset
[
vector]
Extract a selection of elements fields from a fieldset. The vector supplied as the argument provides the set of indices to be used. For example:# copies fields 2, 1, 3 of x into y
x = |2, 1, 3|
y = x[i]
...