المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Why cant i do this?



C# Programming
10-23-2009, 11:53 PM
Why cant i do this? The value of "args" will be of similar format to the value i assigned to it. Im getting a "Index was outside the bounds of the array" error


static void Main(string[] args)
{
args[0] = "FrGbWOfvwO0=";
}