<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><FONT size=2>
Let's say I had<BR>
 <BR>
TYPE T = SET OF { 0 .. 256 };<BR>
 <BR>
Must I say:<BR>
 <BR>
VAR t: T;<BR>
FOR i := FIRST(t) TO LAST(t)<BR>
  IF i IN t DO<BR>
   something with i<BR>
  END<BR>
END<BR>
 <BR>
Surely there's a better way involving scanning forward for the next bit more than one bit at a time?<BR>
 <BR>
 - Jay<BR>
 <BR></FONT><br /><hr />Boo! Scare away worms, viruses and so much more! Try Windows Live OneCare! <a href='http://onecare.live.com/standard/en-us/purchase/trial.aspx?s_cid=wl_hotmailnews' target='_new'>Try now!</a></body>
</html>