• Dear visitors,

    The email issue has been finally solved.
    Thank you for your patience and happy browsing.

    Team ACM.

QUESTION Export top 3 to text file?

rageman002

New Member
I'm trying to figure this out, I feel like it should be easy, but I can't wrap my head around it.

I'm looking to make a tool that can export the names of the top 3 finishers to a text file.

Content manager creates a .json file with all the information on the race in it, in there it lists all the drivers in their starting order, and then there's a field that shows the results based on their starting position, it looks like this:

"raceResult":[1,7,3,5,2,8,10,4,6,9,16,11,18,15,24,20,13,19,28,12,17,14,21,23,25,26,30,29,22,27,0]}

I'm trying to figure out how to export names 1, 7, and 3 to a text file.

Can anyone point me in the right direction to doing this? I'm still very new at this stuff.

I know content manager shows you the results, but I really need them in a text file that I can copy and paste.
 

fughettaboutit

aka leBluem
now only first three and total time also working
Edit: the app is a bit overblown, you dont need need to use the shared mem thing, but i was lazy and just used what i already had laying around
upload_2021-11-23_19-21-14.png
 

Attachments

Last edited:
Top