On 9 Jun 2009, at 13:07, Andryw Marques wrote:

List = [2 3 4]
List.1 = 10

How can I set the element "2" to "10"?

Lists are stateless, you can only set list elements that are still undetermined, e.g.,

List = [_ 3 4]
List.1 = 10

If you need to change your data than you need mutable data structures, e.g., cells, arrays etc.

Best
Torsten

--
Torsten Anders
Interdisciplinary Centre for Computer Music Research
University of Plymouth
Office: +44-1752-586219
Private: +44-1752-558917
http://strasheela.sourceforge.net
http://www.torsten-anders.de




_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to