05.02.2015, 05:03
When using ini-files, you have 2 options:
- either use different keys when you want to store them all in one file (like your [Data] key), as ini-processors use those to differentiate between 2 or more copies of the same structure in one file
- either use different files (for each business, use Business%i.ini, where %i is your BusinessID)
- either use different keys when you want to store them all in one file (like your [Data] key), as ini-processors use those to differentiate between 2 or more copies of the same structure in one file
- either use different files (for each business, use Business%i.ini, where %i is your BusinessID)