CHARS Function -- Syntax and Examples

CHARS([name])

CHARS(testdata.txt)

counts the number of characters remaining in the file/data stream "testdata.txt" CharCount = chars(testdata.txt)

assigns the count of characters in "testdata.txt" to the variable CharCount

Next