v9.5.0.62 Release Notes
Added StringTable class. The StringTable class differs from the StringArray class in that it’s intended to hold a table of strings that is mostly read-only. The internal storage of all the strings is in a single contiguous block of memory for efficient (minimized) memory storage. Expanded the BinData class by adding new methods and making it available in all programming […]