View Single Post
11-17-12, 03:52 PM   #3
Akryn
A Firelord
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 479
If you want a table from a space-delimited string, you can do this:

Code:
args = {strsplit(" ", args)}
  Reply With Quote