i get this error on:
cell.naamItem = VragenInformatie[indexPath.section][indexPath.row][0]
i have this in the same class:
var VragenInformatie: [[[String]]] = [[[]]]
and this is how the array looks like:
var VragenInformatie: [[[String]]] = [[["Spelletjeskamer",""],["Keuken",""],["Garage",""],["Binnenplaats",""],["Zitkamer",""],["Slaapkamer",""],["Studeerkamer",""],["Eetkamer",""],["Badkamer",""]],[["De Wit",""],["Pimpel",""],["Blaauw van Draet",""],["Roodhart",""],["Groenewoud",""],["Van Geelen",""]],[["Loden pijp",""],["Pistool",""],["Engelse sleutel",""],["Dolk",""],["Touw",""],["Kandelaar",""]]]
i don't really no what the problem is here neither do i know what subscript really means
could someone give some advise?