the right idea, but a couple mistakes
members() is a function that doesnt have parameters and gives you an array of members. then, the individual members have a currentClass() function, but its a function and needs the (), and the id for the class youd get from that is id, not Id
members() is a function that doesnt have parameters and gives you an array of members. then, the individual members have a currentClass() function, but its a function and needs the (), and the id for the class youd get from that is id, not Id
You, sir, are a lifesaver! Thank you very much!