list field insertion
a = setfield(i, x, l)
a matrix of any possible types.
a list, tlist or mlist variable.
a field index, see insertion for more details.
Updated variable.
This function is an equivalent of l(i)=x syntax for field
extraction with the only difference that it also applies to
mlist objects.
l=list(1,'qwerw',%s) l(1)='Changed' l(0)='Added' l(6)=['one more';'added'] l=setfield(5,"added by setfield", l) | ![]() | ![]() |
| Version | Description |
| 6.0.0 | setfield returns variable updated instead of change it "in place". |