View Single Post
04/25/14, 04:45 PM   #11
ckaotik
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 12
Originally Posted by ins View Post
/script d(%i)
Another nice one I encountered was

Code:
for k, v in mystring:gmatch('(.+') do
    -- do stuff. noticed the missing ) in the pattern above?
end
  Reply With Quote