You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to netlogo-users
Hello NetLogo community,
I'm trying to create a list out of a patch variable. Each patch has a variable called "households " which contains the number of households on this patch. I would like to have these numbers as a list, e.g with a world of 8 patches it would be something like [ 0 4 3 5 1 0 0 2 ]. My google research lead me to the Primitives Dictionary where it says I could use the "values-from" primitive. But when I tried to implement it in my code (using NetLogo version 6.2.2.) it doesn't recognize it as a primitive. Does the primitive only exist in older versions of NetLogo and if so, does anyone know an alternative to the "values-from" primitive with which I can store patch variables in a list?
Thanks in advance!
Michèle
Jeremy Baker
unread,
Aug 9, 2022, 12:22:53 PM8/9/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message