For Calculator HubNet, does nothing.
For Computer HubNet, it acts as follows:
For a string, this sends the current state of the 2D view in the NetLogo model to the Computer HubNet Client with string for its user name.
For a list-of-strings, this sends the current state of the view in the NetLogo model to all the Computer HubNet Clients that have a user name that is in the list-of-strings.
Sending the 2D view to a nonexistent client, using hubnet-send-view, generates a hubnet-exit-message.
Note: This is an experimental primitive and its behavior may change in a future version.
See the HubNet Authoring Guide for details.
Take me to the full NetLogo Dictionary