Another class I'm working on which will be importent for the satellite script and for the ship OS script is a
class the utilize the Storage variable and store data in format similar to real computer file.
Basically each "file" will have a tag to indicate its beggining and end inside the string, as well as name, creation date,
possibly last alteration date and pincode to determine if there is premission to read it. (ignoring the fact that its still possible to
simply read all the data from...
Saving/Loading data from Storage in format of "file"
class the utilize the Storage variable and store data in format similar to real computer file.
Basically each "file" will have a tag to indicate its beggining and end inside the string, as well as name, creation date,
possibly last alteration date and pincode to determine if there is premission to read it. (ignoring the fact that its still possible to
simply read all the data from...
Saving/Loading data from Storage in format of "file"