lua-users home
lua-l archive

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


Maybe a dumb question,but...


Is it possible to put common functions not in a file but in memory buffer and some Lua function can locate them when required ? I need load some Lua scripts from database but common functions should be in memory buffer/string loaded at program start and always available to scripts.

I'm newbie in Lua.


Boguslaw