Hello,

I need some help in order to use the BehaviourSpace tool of NetLogo.
Indeed, my purpose is to carry out some measures on lists which belong to my 
turtles.

For example, i want to make experiments in order to print some results about a 
list named "list_turtle" which belong to every turtle of my model. But when i 
type "list_turtle" to the corresponding field, i get an error message : "You 
can't use LIST_TURTLE in an observer context, because LIST_TURTLE is 
turtle-only.".

I tried many other things like :

    ask turtles [ liste_croyance ]
    foreach sort turtles [ liste_croyance of ? ]
    ...

But none of this seems to succeed because of a "syntax error".

So i wonder if there is an other way to make what i want. Or if i make a 
mistake in the field.

Thanks for any help ;)

-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to