lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



I will, thanks! :)

28.7.2004 kello 03:10, Rici Lake kirjoitti:

 So put this in your startup:

function string.lines(str) return string.gfind(str, "[^\n]+") end