View Single Post
05/15/14, 09:11 AM   #8
Edda
 
Edda's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 60
Originally Posted by Garkin View Post
In your code above is missing pairs:
Lua Code:
  1. for k, v in pairs(RJ.Memory) do d(k .. " : " .. v) end
Yeah whatever (just typed it quick here - not pasted the actual code).

Point is :

Lua Code:
  1. for k, v in pairs(RJ.Memory) do d(k .. " : " .. v) end

Doesn't return RJ.Memory pairs.

Will retest it this evening.
  Reply With Quote