View Single Post
05-08-12, 03:14 PM   #7
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
Originally Posted by d87 View Post
Code:
local t=tAppend({},1,nil,nil,4,nil,6,7,8);
print(#t);	-- Prints 8
It's 1 on 5.1. But on 5.2 it is indeed 8...
WoW has been running 5.1 since BC, they have not updated to 5.2 as of now.
All of my observations have been tested on the current implementation of Lua running on WoW.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 05-08-12 at 03:19 PM.
  Reply With Quote