[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[DotGNU]string subtiution does not work.
From: |
prashant patel |
Subject: |
[DotGNU]string subtiution does not work. |
Date: |
Sun, 31 Mar 2002 08:45:45 -0800 (PST) |
using System;
class Loops
{
public static void Main()
{
for(int i = 0; i < 10; i++)
{
Console.WriteLine("Number is {0}",i);
}
Console.WriteLine("Dotgnu pnet version {0} and
Mono version{1}" ,"0.3.2" ,"0.10");
}
}
this substitution does not work.
__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - send holiday greetings for Easter, Passover
http://greetings.yahoo.com/
- [DotGNU]string subtiution does not work.,
prashant patel <=