<!DOCTYPE html>
<html>
<body>

<%

txt="This is a beautiful day!"
x=Len(txt)
response.write(Right(txt,x))

%>
 

</body>
</html>