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