Y ykucuk Well-Known Member Licensed User Longtime User Sep 8, 2017 #1 Hello, is there an easy way to get a count of lines in txt file?
S sorex Expert Licensed User Longtime User Sep 8, 2017 #2 you can use regex.split and count the elements put in the array. Upvote 0
stevel05 Expert Licensed User Longtime User Sep 8, 2017 #3 Read it into a list (File.ReadList) and get the list size. Upvote 0