[Thread Prev] [Thread Next]
|
To: |
"Daniel Ajoy" <da.ajoy@xxxxxxxxx> |
|
Subject: |
RE: MIA, Ask an Expert: removing turtles from textbox |
|
From: |
Kathleen Nann <da.ajoy@xxxxxxxxx> |
|
Date: |
Fri, 9 Jun 2006 04:50:37 -0400 |
Daniel,
Thanks so much! I was on the right track but didn't have the syntax exactly
right. I am going to try it right now!
Kathy
________________________________
From: Daniel Ajoy [mailto:da.ajoy@xxxxxxxxx]
Sent: Thu 6/8/2006 11:02 AM
To: mwforum@xxxxxxxxxxxxxxxxxxxxxxxxxxxx; Kathleen Nann
Subject: Re: MIA, Ask an Expert: removing turtles from textbox
On 8 Jun 2006 at 9:56, Ask an Expert - Question wrote:
> This is an automatic message sent from the web form at:
> http://mia.openworldlearning.org/howdoi.htm
>
> from: Kathy <kathleen.nann@xxxxxxxxxxxxxxx>
> date: Thu Jun 8 05:11:03 2006
>
> I have a procedure which clones t1 via a button. To reset the game I
> need to remove just the cloned turtles. I am able to get the names
> of the cloned turtles into a textbox (text13) but cannot figure out
> how to remove just this list of turtles! Please help!
>
> Thanks,
> Kathy
Hi Kathy
Try something like,
to removeTurtles
dolist [i parse text1] [remove :i]
end
Daniel
Previous by thread:
Re: MIA, Ask an Expert: removing turtles from textbox
Next by thread:
MIA, Ask an Expert: shoot turtle
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|