GetLine/StyleInfo ?

Posted by Cyote on Fri 25 Oct 2013 08:29 PM — 2 posts, 11,747 views.

#0
In a trigger I used the following script.

require "tprint"
buf = GetLineInfo(GetLineCount())
tprint(buf)
print(GetStyleInfo(GetLineCount(),1,14))

It was working fine till i reach 5000 which is my current
output buffer then it started to give nil object.

Is there a way to reset this buffer?

Thanks.

On Second thought it would also be handy to have another
option in trigger which would enable/disable table variable that holds line/style info.
Amended on Fri 25 Oct 2013 08:37 PM by Cyote
Australia Forum Administrator #1
In the configuration -> Appearance -> Output tab, how many lines do you have configured for the output buffer?

I think 5000 is the default, but you can make it much larger.