Thread Tools Display Modes
Prev Previous Post   Next Post Next
03/31/14, 12:22 PM   #1
skyraker
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 154
table.unpack usage

Code:
local test = {1,2,3,4}
a,b,c,d = table.unpack(test)
Why doesn't this work?
  Reply With Quote
 

ESOUI » Developer Discussions » Lua/XML Help » table.unpack usage


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off