LabVIEW Help

HazzaHnoob

New Member
I am using LabVIEW in one of my modules and was just wondering if anyone on here is able to help.

I'm trying to make a Reaction Timer that saves scores and sorts them into a Leaderboard type display. At the moment I've got the scores written to a spreadsheet file as a 1D array, but when the program reads Arrays from files, it reads them as 2-dimensional regardless of the type of array you input. The only sort function I can find is a 1D sort, so I need a way to change the 2D array into a 1D array without losing data.

TL;DR Need to change 2D array to 1D array

Thanks,

Harry
 
Back
Top