As part of my OS script I already have the needed classes to emulate files in the Storage variable of a PB.
I've reached to the conclusion that some parts of the data I want to store should be in a form that remind INI files, for easier retrieval later on.
That form is a section held in the [] brackets followed by key/value pairs.
Its easy enough to break and build key/value pair strings, but my problem now is how to build the string with the section and how to break it for processing.
An...
INI data processing style
I've reached to the conclusion that some parts of the data I want to store should be in a form that remind INI files, for easier retrieval later on.
That form is a section held in the [] brackets followed by key/value pairs.
Its easy enough to break and build key/value pair strings, but my problem now is how to build the string with the section and how to break it for processing.
An...
INI data processing style