05-18-2020 01:02 PM
Hi. I have a program with names and notes and I want the names to match their grades (descending). I did the notes in descending order, but I don't know how to make the name to match the notes. Does anyone have any idea how I could do this?
Solved! Go to Solution.
05-18-2020 01:06 PM - edited 05-18-2020 01:38 PM
How is the data kept (2D array of strings, array of name¬es cluster?, etc.).
You typically get much better help if you attach a simplified version of your VI. Also start reading here.
05-18-2020 02:38 PM
Thank you very much, i solved my problem.