03.01.2015, 14:23
Yeah, just make a loop that goes through all id's and save them individually. Upon load, you again make a loop that will load each file.
..or you could write them all to 1 file, with 1 line for each label and use sscanf to separate the values from each line.
..or you could write them all to 1 file, with 1 line for each label and use sscanf to separate the values from each line.

