<% counter=1 do while counter<256 response.write counter&"- "&chr(counter)&"<br>" counter=counter+1 loop %>