Hi,
Sorry this is a super simple question but I just can’t work it out or find why its not working.
The variable I have in my function doesn’t print it’s value it prints table: 0x6c0730.
Here is the code…
–showwebpopup.lua
module(…, package.seeall)
function changeWebPopup(file)
print(file)
end
–menu.lua
local showwebpopup = require (“showwebpopup”)
showwebpopup:changeWebPopup(“home”)
I would expect that this should print “home” to the console but instead prints table: 0x4c93b0.
[import]uid: 51622 topic_id: 9508 reply_id: 309508[/import]