Array String

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Piero

    Array String

    Hi,
    i must create an string array to save a record of a txt file.... the
    number of record is't the same...
    someone can help me?
    thanks
  • Jon Skeet [C# MVP]

    #2
    Re: Array String

    On Mar 4, 9:40 am, Piero <christian.per. ..@gmail.comwro te:
    i must create an string array to save a record of a txt file.... the
    number of record is't the same...
    someone can help me?
    It would help if you could give a bit more information. Is there any
    reason why you need to use an array instead of a List<stringwhic h
    you can keep adding to? How are you going to populate the array? What
    will you do with it afterwards?

    Jon

    Comment

    Working...