input

  1. J

    Question Get user input into array

    In my program, I need to have the user input a list of numbers separated by commas. How would I go about storing those numbers? Would I put them into an array? If so, how? I'm REALLY new at this and I have been all over Google but I can't seem to get it. Please Help!
  2. T

    VB console app input field

    i know it seems silly to make a console app but sometimes i just need to make quick tools for myself and don't want to bother with a GUI, so what i am trying to make is an app that will display data but accept input from a command line. I have used the Console.In.ReadLine() but i want a command...
Back
Top