local randomPick = {} randomPick.currentPick = 'N/A' local sentF = function(port, ip, data) print('Sent info to ' .. randomPick.currentPick); end sentF(80, 123456, "dummy")