Reverse a string using asp function

by Nirmala 2009-08-06 17:18:18

Hi...
To reverse a string in asp use strReverse() function.
Example:
<%
str = "Hello"
response.write(strReverse(str))
%>

Tagged in:

1151
like
1
dislike
0
mail
flag

You must LOGIN to add comments