View Single Post
08-08-18, 10:02 AM   #8
myName
A Deviate Faerie Dragon
 
myName's Avatar
Join Date: Jul 2018
Posts: 10
Originally Posted by Vrul View Post
Is there a reason your FaithfulDeleteList is an array and not a dictionary? Changing the way you store the info could cut out a lot of needless iterating.
This is what it presently looks like. Not sure if this shreds any light on the situation.
Code:
FaithfulDeleteList = {
	"1", -- [1]
	"6289", -- [2]
	"6308", -- [3]
	"6309", -- [4]
	"17057", -- [5]
	"9", -- [6]
	"2455", -- [7]
}
  Reply With Quote