If I remember my C++ days (And I am not guaranteeing that I doOriginally posted by squirrelly1
LOL.. thanks man... i didn't refresh my browser before posting... heh.. guess I should have done that..
Yeah, overloading... It's been forever since i've taken C++
Thanks again,
squirrelly1) but if you want to overload correctly you need to change the quantity of options not the type..
like this:
VB Code:
Public Function1 (obj as Object) Public Function1 (obj as Object, str as String)
Plus I don't think the Dim is a good thing to do.. But in .NET it could all be different rules...




) but if you want to overload correctly you need to change the quantity of options not the type..
Reply With Quote