<%
Dim X
Dim Y
X = 3.14
Y = int(X)
Response.Write Y
%>
