[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LOGO-L> print horizontally



Dear List Members,
I am  using MicroWorlds to program algorithms.  eg. I wish to print in a
text box something like :
if 3 divides 12 and 12 divides 36, then 3 divides 36.
(if a divides b and b divides c then a divides c)
after programing :
to divide :a :b 
print :a 
print "divides 
print :b 
print :b 
print "divides 
print :b * random 10 
print "therefore 
print :a 
print "divides  
print textitem 6 "text1
end

The whole thing seem cumbersome but 
I have two problems:
1.  When the algorithm prints in the text box it prints down, and I wish
it to print across.
2.  Using random numbers for c (print :b * random 10 ), this then has to
be repeated.  Using print :b * random 10 agin created another number. 
The only other way I have been able to find is :
print textitem 6 "text1, or whatever text box it is being printedin. 
This is too restricted as I wish to print severl algorithms in several
textboxes.  
Any ideas or comments would be appreciated.
Robyn Valentine
tvalenti@topend.com.au
---------------------------------------------------------------
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.



Global SchoolNet Foundation - Linking Kids Around the World!
Copyright GSN - All Rights Reserved - Comments & Questions
Visit GSN's Global Schoolhouse for more exciting learning resources!
Search our Site - Home