CHARS(testdata.txt)
counts the number of characters remaining in the file/data stream "testdata.txt"
assigns the count of characters in "testdata.txt" to the variable CharCount
Next