Thu Mar 31, 2011 12:45 am
<%
Dim strSample
string example
strValue = " yes we can , coder"
Response.Write strRev(strValue )
%>
<%
Dim strLenExample
strLenExample = "this is our text string"
'print string length
Response.Write Len(strLenExample )
response.Write "<br/>"
'print string length in bytes
Response.Write LenB(strLenExample)
%>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.