private int SomeFunction(int Something)
{
return Wateva("some string constant"); //this is a comment
}
Code:
Private Function SomeFunction(ByVal something As Integer) As Integer
Dim c() As Char = {"g"c, "8"c}
Return Wateva("something") 'this is a comment
End Function
Last edited by Phill64; Feb 27th, 2006 at 12:21 AM.
AntRush - Real-Time Strategy game, based around ants!