Searched refs:gLineMaxLength (Results 1 – 1 of 1) sorted by relevance
83 gLineMaxLength = 120 variable89 gSectionStart = ">" + "=" * (gLineMaxLength - 2) + "<"90 gSectionEnd = "<" + "=" * (gLineMaxLength - 2) + ">" + "\n"91 gSectionSep = "=" * gLineMaxLength94 gSubSectionStart = ">" + "-" * (gLineMaxLength - 2) + "<"95 gSubSectionEnd = "<" + "-" * (gLineMaxLength - 2) + ">"96 gSubSectionSep = "-" * gLineMaxLength1786 Content = FileLinesSplit(File.getvalue(), gLineMaxLength)