LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

how to save multiple arrays in 1 file

Root / Programming Questions / [.]

TarudahatCreated:
Is it possible? If yes how and also I want a string$ array and a numeric array in 1 file

it's not You need to convert all the data to either a single string or a numerical array to save it.

Ok guess ill just save them apart and load them all if needed (probably a better way but meh)

val() exists

A while ago I made a library to make it easier to save multiple variables (of any type) in a single data file, but I never released it for some reason....