<html><head><FONT COLOR=#ff0000><%sub vbproc(num1,num2)response.write(num1*num2)end sub%></FONT></head><body><p>You can call a procedure like this:</p><p>Result: <FONT COLOR=#ff0000><%call vbproc(3,4)%></FONT></p><p>Or, like this:</p><p>Result: <FONT COLOR=#ff0000><%vbproc 3,4%></FONT></p></body></html>