Guest User

Untitled

a guest
Jul 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public static void punktearray()
  2. {
  3. StreamReader einlesen = new StreamReader(@"C:\Dokumente und Einstellungen\timo\Desktop\manypoints.txt");
  4. do
  5. {
  6. string[] aufgeteilt = einlesen.ReadLine().Split(' ');
  7. } while (einlesen.Peek() != -1);
Add Comment
Please, Sign In to add comment