View Single Post
05/19/23, 03:01 PM   #5
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,009
Ipairs does not work with non indexed, non gap table keys like strings are!
Use pairs

Ipairs only works if table is an array like key 1,2,3,4,...without any gap in between
  Reply With Quote