Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP inlist() in c#
Message
From
02/06/2008 09:24:36
 
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01320903
Message ID:
01320953
Views:
64
>> Neat!. I'd forgotten you could use that to create the array....

Now, I am surprised ...


I take it that is the way Console.WriteLine() handles the variable number of parameters
static void WriteLine(params object[] list)
{
  ...
}
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform