It reverses the string.
<% String = "Is this useful???" Reverse_String = StrReverse(String) response.write Stringa & " --> " & Reverse_Stringa %>
Download code...
Print this page