Sun Apr 03, 2011 11:09 pm
<%
Dim intValue1 ,
'initialization to integer number
intValue1 = 34
'convert them to octal and hexadecimal number systems .
Response.Write "Octal value of " & intValue1 & " is <b>" & Oct(intValue1 ) & "</b><br>"
Response.Write "Hexadecimal value of " & intValue1 & " is <b> " & Hex(intValue1 ) & "</b><br>"
%>
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.