<!DOCTYPE html>
<html>
<body>

<%

txt="This is a beautiful day!"
response.write(InStrRev(txt,"i",-1) & "<br>")
response.write(InStrRev(txt,"i",7) & "<br>")

%>


</body>
</html>