[starlogo-users] Re: Output window

Buck, Peter M peter.buck at eds.com
Tue Mar 22 13:51:46 EST 2005


I believe you could use sentence() to put the two operands together. 

> -----Original Message-----
> From: starlogo-users-bounces at media.mit.edu 
> [mailto:starlogo-users-bounces at media.mit.edu] On Behalf Of 
> starlogo-users-request at media.mit.edu
> Sent: Tuesday, March 22, 2005 12:00 PM
> To: starlogo-users at media.mit.edu
> Subject: starlogo-users Digest, Vol 18, Issue 4
> 
> Send starlogo-users mailing list submissions to
> 	starlogo-users at media.mit.edu
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://education.mit.edu/mailman/listinfo/starlogo-users
> or, via email, send a message with subject or body 'help' to
> 	starlogo-users-request at media.mit.edu
> 
> You can reach the person managing the list at
> 	starlogo-users-owner at media.mit.edu
> 
> When replying, please edit your Subject line so it is more 
> specific than "Re: Contents of starlogo-users digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: Output window (Kent Paul Dolan)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Mon, 21 Mar 2005 22:21:49 -0800 (PST)
> From: Kent Paul Dolan <xanthian at well.com>
> Subject: Re: [starlogo-users] Output window
> To: KILLIMJ1 at juniata.edu, starlogo-users at media.mit.edu
> Message-ID: <200503220621.j2M6LnfZ000838 at well.com>
> 
> I'm not where I can test this, so sorry if it is bad advice, but...
> 
> 1) Most starlogo verbs take a fixed number of arguments if 
> undecorated by helper punctuation, which makes sense since 
> starlogo doesn't have command separators. Still, some 
> starlogo verbs _will_ take variable numbers of inputs if you 
> let them know where the list of arguments ends, by wrapping 
> verb + set of verb's intended variables in delimiting 
> parentheses. See if:
> 
>   ( type "strength: " strength )
> 
> does what you want.
> 
> 2) Your (commented out) "report" is in the "to go"
> procedure, which is indeed executed once per turtle per time 
> step. You almost certainly don't want that except when 
> debugging. Any reporting should probably be done from the 
> observer scripts rather than from the turtle scripts, since 
> the single observer gets triggered just once per time step. 
> Past that small insight, I can't help.
> 
> xanthian.
> 
> 
> 
> ------------------------------
> 
> _______________________________________________
> starlogo-users mailing list
> starlogo-users at media.mit.edu
> http://education.mit.edu/mailman/listinfo/starlogo-users
> 
> 
> End of starlogo-users Digest, Vol 18, Issue 4
> *********************************************
> 


More information about the starlogo-users mailing list