On Tue, 16 Mar 2010, Kehl Dániel wrote:
How is it possible to make mylist dynamic in the sense i can add +1
to the ID's in it.
You can convert a list to a matrix and back; try this:
<script>
open AWM --quiet
list X = 3 5 9 10
summary X
matrix mX = X
list X = (mX+1)
summary X
</script>
Riccardo (Jack) Lucchetti
Dipartimento di Economia
Università Politecnica delle Marche
r.lucchetti(a)univpm.it
http://www.econ.univpm.it/lucchetti