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.
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.