Sorry to bother you that much.
I have a project that contain an array of people(each index contain name,salary and id number).
i need to make a matrix that each name will be in a new row.
so i did count how many different names i have(this is what will be my matrix size).
but i am not sure how to continue ,any ideas?
example:"console" -this is my array:{
1 james bond 1000
2 tami 400
3 james bond 500
4 tami 1
5 james bond 1} first-id,second-name,third-salary.{5 indexes}
i need to make matrix (for this example will be): { james bond james bond james bond
tami tami}
hope that you understood if not nvm but thanks for any help