Comment 1 for bug 299298

Revision history for this message
Vadim Peretokin (vperetokin) wrote :

Typo in script, it works fine.

buffer = getLines( 10, 15)

for k,v in pairs(buffer) do
insertText("\nline #" .. k .. " contains: " .. v )
end