Sat Apr 09, 2011 12:24 am
Dim strObj1,strObj2,strObj
strObj1=" my name "
strObj2=" ALI "
strObj=strObj1+ strObj2
Response.Write "Full string "&strObj
<%
Dim strObj, upStrObj, LoStrObj
strObj = " CoDeMiles"
Response.Write(strObj)
' upper case.
upStrObj = UCase(strObj)
' lower case.
LoStrObj = LCase(strObj)
Response.Write("Upper case = " & upStrObj)
Response.Write("lower case = " & LoStrObj)
%>
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.