Saturday, September 17, 2011

Reference variable index in Console.WriteLine

Module Module1

    Sub Main()
        Dim As Double = 1.23456789
        Console.WriteLine("{0} {1} {2}"123)

    End Sub

End Module

No comments:

Post a Comment

Explain the different parts that constitute ASP.NET application.

Content, program logic and configuration file constitute an ASP.NET application. Content files Content files include static text, images ...