Hi, I was wondering if someone could explain to me the meaning of three dots after the local launchArgs variable. I’m doing the tutorial on push notifications and came across to this. thanks
[code]local launchArgs = …
local json = require “json”
if launchArgs and launchArgs.notification then
native.showAlert( “launchArgs”, json.encode( launchArgs.notification ), { “OK” } )
end
[/code] [import]uid: 74667 topic_id: 32953 reply_id: 332953[/import]