i=len(Trim(request("name"))) for j=0 to i a=mid(request("name"),i,1) if a=1 then response.write a&"<br>" next