[Back to GSN Home Page] [Back to Message Index]

Global SchoolNet - Automated Message Archive

LOGO-L> SETPOS




Michael Tempel (michaelt@media.mit.edu)
Sun, 4 Feb 96 20:08:16 -0500

>Hi Bill,
>
>I saw your question re setpos and random,
>and the two suggestions to use
>LIST or SENTENCE.
>
>I have also used:
>Make "x random 250
>MAKE "y random 250
>setpos [:x :y]

which doesn't work either, and for the same reason - :x and
:y are not evaluated inside brackets. You need to use

setpos list :x :y

-Michael

--------------------------------------------------
Michael Tempel Tel: 212 765 4918
Logo Foundation FAX: 212 765 4789
250 West 57th Street
New York, NY 10107-2228
---------------------------------------------------------------
Please post messages to the Logo forum to logo-l@gsn.org. Mail
questions about the list administration to logofdn@gsn.org. To
unsubscribe send unsubscribe logo-l to majordomo@gsn.org.