lua-users home
lua-l archive

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


> I still wonder why package.path/cpath are strings rather than tables...

If you have a table of paths, it's easy to convert it to a string with
	table.concat(t,";")