so im trying to use the computronics radar that can provide a table showing the name of any players in the radars range and their distance. i want to then cross reference the names of those people and their distance from the radar to provide a redstone output when certain players are within a set range. i can get the radar to show the table however im not sure how to extract the names and distance data from said table to a string so i can cross reference it.
below is a really quick example of what i mean. it outputs the data however its in a table format and when i try to print it. it ju