I have an array that’s made up of strings, integers, floats etc. Is it possible to output all the contents of the array at once instead of having to do a foreach loop and print out data from each variable? I want to output the array data so i can send it to a database.
I would like to output it
Sort of like how the save game node works but instead of a file i want to be able to parse it and send it to the database?