Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8301615
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T17:01:28+00:00 2026-06-08T17:01:28+00:00

Im looking at creating an application in VB.NET and im having some issues sorting

  • 0

Im looking at creating an application in VB.NET and im having some issues sorting a file on new line.

Basically on the new line, i wanna capture the data in that line, and store it in an array for later use.

Can anyone help me with this? It’d be greatly appreciated 🙂

Example in PHP:

$data = explode("\n", $a);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T17:01:30+00:00Added an answer on June 8, 2026 at 5:01 pm

    If i understand your question correctly, use this to read a file and load line by line into an array.

     Dim myArray() = New String() {} 'Corrected array, instantiated. or use myArray(-1)
     Dim x as Integer = 0
    
    Using reader As StreamReader = New StreamReader("file.txt")
        holdData(x) = reader.ReadLine 'Reads line by Line and stores in array.
             x += 1 'Increase array index by 1 before moving to next line
    End Using
    

    EDIT: Another method, one that i was not aware of and i find it very interesting is:

    Dim path As String = "data.txt"
    Dim holdData() As String = IO.File.ReadAllLines(path)
    

    This is two lines of code and does the same as my original response.
    Very efficient, all you would need to do from here is use the holdData() Array to read the lines of text to a textbox, label, listbox or w/e you wish to do with it 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We are looking at creating a custom ASP.NET application for a client, however they
I'm looking for a .NET framework for creating a console application that simulates a
I'm looking at creating my first ASP.NET MVC application using MVC3. The project template
i am creating an ASP.NET C# web application and I am looking for the
I have a dynamic data ASP.NET application with a requirement to give some users
I am looking into creating a new website using ASP.NET 4.0. I am currently
I am creating an ASP.NET MVC 3 web application which is used for looking
I was looking at stockcharts - http://code.google.com/p/stock-chart for creating candlestickgraphs in my application. I
I'm currently building a website (ASP.net c#) and we're looking at creating a live
To preface I am new to web development. I am looking at creating a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.