--
You received this message because you are subscribed to the Google Groups "netlogo-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to netlogo-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netlogo-users/0a39b915-f001-4a43-bb84-0fe786af2550n%40googlegroups.com.

Reports the distance from this agent to the given turtle or patch.
The distance to or from a patch is measured from the center of the patch. Turtles and patches use the wrapped distance (around the edges of the world) if wrapping is allowed by the topology and the wrapped distance is shorter.
ask turtles [ show max-one-of turtles [distance myself] ] ;; each turtle prints the turtle farthest from itself
To view this discussion on the web visit https://groups.google.com/d/msgid/netlogo-users/CACv-4rAQdQvuRnHOj-Sh8UxJqPnORXFDkNTgYCXmtRSESOSnGQ%40mail.gmail.com.