1. I'm working building an addon that will show all spell IDs, sir spell names and up to date spell names in a collapsible window in the API and I'm wondering how I can make this string work for my addon.... I am a noob to this so any help will be greatly appreciated.

    name, rank, icon, powerCost, isFunnel, powerType, castingTime, minRange, maxRange = GetSpellInfo(index, "bookType") or GetSpellInfo("name") or GetSpellInfo(id)