Bill,
assuming you have only one turtle, you can use:
newtext "textname pos [100 100]
which will create a textbox named "textname" at the turtle's position
with a size of 100x100.
If you have more that one turtle, you can use:
newtext "textname ask "t1 [pos] [100 100]
where you replace "t1" by the name of the turtle you want to use as
a starting point.
Dan,
LCSI Tech Support/Systems Admin.
---------------------------------------------------------------
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.