StringList Class
Package:
Summary:
Manage lists of strings
Groups:
Author:
Description:
This class can be used to manage lists of strings.
It can take a list of strings separated by line breaks and extracts key value pairs separated by the = character.
The class can return the list of strings as an array, add more strings to the list, and save or load the list from a file.
It can take a list of strings separated by line breaks and extracts key value pairs separated by the = character.
The class can return the list of strings as an array, add more strings to the list, and save or load the list from a file.
Comments are closed.