Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in .NET only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
.NET
string[][]
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
molaeiiut
New Member
Join Date:
Mar 2008
Posts:
2
#1
string[][]
Mar 27 '08, 05:46 AM
Hi
how to define 2darray of strings in C#?
gpraghuram
Recognized Expert
Top Contributor
Join Date:
Mar 2007
Posts:
1275
#2
Mar 27 '08, 06:55 AM
Originally posted by
molaeiiut
Hi
how to define 2darray of strings in C#?
Please move this to .NET forum.
Raghuram
Comment
Post
Cancel
r035198x
MVP
Join Date:
Sep 2006
Posts:
13225
#3
Mar 27 '08, 07:22 AM
Originally posted by
molaeiiut
Hi
how to define 2darray of strings in C#?
What do the tutorials say?
Comment
Post
Cancel
todashah
New Member
Join Date:
Feb 2008
Posts:
26
#4
Mar 27 '08, 03:39 PM
You can declare 2darray of string in C# following way.
string [,] s =new string [5,10];
Here s is an array that hold 5 string & length
of each string is 10 characters....
Bye...Enjoy Coding
Comment
Post
Cancel
r035198x
MVP
Join Date:
Sep 2006
Posts:
13225
#5
Mar 27 '08, 03:53 PM
Originally posted by
todashah
You can declare 2darray of string in C# following way.
string [,] s =new string [5,10];
Here s is an array that hold 5 string & length
of each string is 10 characters....
Bye...Enjoy Coding
If they'd read a tutorial they would have known that
and
much more about arrays as well.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment