xiaodao
09-21-2005, 06:25 PM
<%
Dim sum
Function thesum(value1,value2)
Dim sum
sum=value1+value2
End Function
sum=thesum(2,5)
response.write sum
%>
the code above is unsuccessful, by the way, where can i download asp manual just like php one
Dim sum
Function thesum(value1,value2)
Dim sum
sum=value1+value2
End Function
sum=thesum(2,5)
response.write sum
%>
the code above is unsuccessful, by the way, where can i download asp manual just like php one