[Thread Prev] [Thread Next]
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:
MIA, Ask an Expert: removing turtles from textbox
Next by thread:
RE: MIA, Ask an Expert: removing turtles from textbox
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.
|