1: 2: 3: 4: 5: 6: 7:
Lijst l = nieuwe Lijst (); strFile koord [] = File.ReadAllLines („C:\ \ Test.txt“); (strFile) l.AddRange; l.RemoveAt (0); l.RemoveAt (0); File.WriteAllLines („C:\ \ Test.txt“, l.ToArray ());