Quote Originally Posted by Joacim Andersson
LOL, pena that will give you a negative line count. Congrats to the light green gem
Nope, I think that would work fine..
if buffer(i) = DELIMITER:
lineCount - (buffer(i) = DELIMITER) =
lineCount - (True) =
lineCount - (-1) = lineCount +1

if buffer(i) <> DELIMITER:
lineCount - (False) =
lineCount - 0 = lineCount

Adding lines when find delimiter