Forum OpenACS Development: Re: set foo [list bar] vs. lset foo {bar}

Collapse
Posted by Anett Szabo on
Using lset gives you the opportunity to insert elements at a given position and work with positions within a list in general.
Collapse
Posted by Anett Szabo on
For example you can use:

lset x end-1 j => {a b c} j {g h i}