It seems you can't use dots in names of lua functions. Foo.Txt is not a valid function name. Use FooTxt:However in just a simple test of calling such table functions via inline Lua, separate than any dofile imports, it seems Rainmeter doesn't handle table based function names for inline Lua, with an error about 'Not a valid function name'.
Skin:
Code:
[String]...Text=[&S:FooTxt('Hello')]...
Code:
Foo = {}FooTxt = function(str) return strend
Statistics: Posted by balala — Yesterday, 6:58 pm