LongestLine

Prev Next Home Home Table Of Contents Index

LongestLine

This system variable is set whenever a text file is read using the ReadTextFile command. LongestLine is set to the length of the longest line in the file.


Example:
var temp, temp2 write "Name of file to scan: " temp=readln ReadTextFile(temp,temp2) writeln " " write "The longest line in " temp " is " writeln Longestline " Characters."

See Also: ReadTextFile

Category: String

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home