Hello, If I have

----------------------------

Public Sub Test(i As Integer)

End Sub

Load()

Test("Hello")

End Sub

-----------------


Why does the program compile with no errors? Shouldnt vb see that the argument passed to Test is not an integer?

Thanks