View Single Post
04-12-13, 10:57 PM   #18
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
On a related note, I saw this in an AddOn I downloaded a while back:
Code:
local var1, var2 = select(1, ...)
Would this not be the same as:
Code:
local var1, var2 = ...
  Reply With Quote