Replaces a portion of the level 3 target object with the level 1 object, beginning at a position specified in level 2.
Level 3 | Level 2 | Level 1 | -> | Level 1 |
---|---|---|---|---|
[[ matrix ]]1 | nposition | [[ matrix ]]2 | -> | [[ matrix ]]3 |
[[ matrix ]]1 | { nrow mcolumn } | [[ matrix ]]2 | -> | [[ matrix ]]3 |
[ vector ]1 | nposition | [ vector ]2 | -> | [ vector ]3 |
{ listtarget } | nposition | { list1 } | -> | { listresult } |
"stringtarget" | nposition | "string1" | -> | "stringresult" |
grobtarget | { #n #m } | grob1 | -> | grobresult |
grobtarget | (x,y) | grob1 | -> | grobresult |
PICT | { #n #m } | grob1 | -> | |
PICT | (x,y) | grob1 | -> |