[MWForum]Circle and arc help
Logo Computer Systems Inc.
mwforum@lists.mathcats.com
Thu, 17 Feb 2005 10:34:07 -0500
--============_-1103468047==_ma============
Content-Type: text/plain; charset="us-ascii" ; format="flowed"
>Hi!
>Could you program the circle with a variable (or 2) to make it easy
>to make different sized circles? And how about the arc?
>Would the spell checker from MSWord work with Pro or EX on Mac OS 10)?
>
Hi Kate,
I used the following procedure in a -tools-.txt file and was able to
create different sized circles.
to cir :r
repeat 360 [fd 2 * pi * :r / 360 rt 1]
end
Unfortunately, the spell checker features are only included with
Windows versions of Pro and EX. I used to use an OS 9 application
called, SpellTools which is available at no charge for download from
the following address:
http://mac.softpedia.com/progDownload/SpellTools-Download-1097.html
It's a universal spell checker that works with all of your text
oriented applications. I have never tried it under OS X.
Regards.
Shawn
--
Logo Computer Systems Inc.
1 Westmount Square, Suite 300
Montreal,QC Canada
H3Z 2P9
info@lcsi.ca
www.lcsi.ca
--============_-1103468047==_ma============
Content-Type: text/html; charset="us-ascii"
<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>Re: [MWForum]Circle and arc
help</title></head><body>
<blockquote type="cite" cite>Hi!<br>
Could you program the circle with a variable (or 2) to make it easy to
make different sized circles? And how about the arc?</blockquote>
<blockquote type="cite" cite>Would the spell checker from MSWord
work with Pro or EX on Mac OS 10)?</blockquote>
<blockquote type="cite" cite><br></blockquote>
<div>Hi Kate,</div>
<div><br></div>
<div>I used the following procedure in a -tools-.txt file and was able
to create different sized circles.</div>
<div><br></div>
<div><font face="Times" size="+2" color="#000000">to cir :r<br>
repeat 360 [fd 2 * pi * :r / 360 rt 1]</font></div>
<div><font face="Times" size="+2" color="#000000">end</font><br>
<font face="Times" size="+2" color="#000000"></font></div>
<div>Unfortunately, the spell checker features are only included with
Windows versions of Pro and EX. I used to use an OS 9
application called, SpellTools which is available at no charge for
download from the following address:
http://mac.softpedia.com/progDownload/SpellTools-Download-1097.html<span
></span> It's a universal spell checker that works with
all of your text oriented applications. I have never tried it
under OS X.</div>
<div><br></div>
<div>Regards.</div>
<div><br></div>
<div>Shawn</div>
<div> </div>
<x-sigsep><pre>--
</pre></x-sigsep>
<div><font face="Geneva" size="-3" color="#000000"><br></font></div>
<div><font face="Geneva" size="-1" color="#000000">Logo Computer
Systems Inc.<br>
1 Westmount Square, Suite 300<br>
Montreal,QC Canada<br>
H3Z 2P9<br>
info@lcsi.ca<br>
www.lcsi.ca</font></div>
</body>
</html>
--============_-1103468047==_ma============--