<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Nice!</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks Karel!</DIV>
<DIV>&nbsp;</DIV>
<DIV>Where can I find all the numbers attached to the specific characters?<BR></DIV>
<DIV>Best,</DIV>
<DIV>Steve</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>--- On <B>Sun, 11/1/09, Karel <I>&lt;horakk@math.cas.cz&gt;</I></B> wrote:<BR></DIV>
<BLOCKQUOTE style="BORDER-LEFT: rgb(16,16,255) 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px"><BR>From: Karel &lt;horakk@math.cas.cz&gt;<BR>Subject: Re: [metapost] enumeration<BR>To: "Steve MC Han" &lt;hmc0907@yahoo.com&gt;<BR>Cc: "Aditya Mahajan" &lt;adityam@umich.edu&gt;, metapost@tug.org<BR>Date: Sunday, November 1, 2009, 10:31 AM<BR><BR>
<DIV class=plainMail>Steve MC Han napsal(a):<BR>&gt; Thank you for your response.<BR>&gt;&nbsp; One other question: Is there any way, labeling with alphbetical order? i,e,<BR>&gt;&nbsp; If we want numbering each corner of a octagon, we would do this<BR>&gt;&nbsp; for i:=0 upto 7:<BR>&gt; label(decimal(i), u*dir(360/8));<BR>&gt; endfor;<BR>&gt;&nbsp; But how could we label with A,B,C,... instead of 1,2,3....<BR>&gt;&nbsp; <BR><BR>Try<BR><BR>for i=1 upto 8: label(char(64+i),u*dir(360i/8)); endfor<BR><BR><BR>Best wishes,<BR>Karel Horak<BR></DIV></BLOCKQUOTE></td></tr></table><br>