diff --git a/README.md b/README.md index 19ea183..3a703a0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

SNAP: Struct N' Array Parsing 3.3.0

+

SNAP: Struct N' Array Parsing 3.3.1

Easy struct/array saving and loading

@@ -38,6 +38,12 @@ The order that values are sent into `method` is guaranteed for arrays (starting   +### string_from_file(filename) ### + +Convenience function that returns a string that contains all the data in the given file. + +  + ### snap_deep_copy(struct/array) Returns a copy of the given `struct/array`, including a copy of any nested structs and arrays. @@ -159,4 +165,3 @@ _**N.B.** This script is only intended to read the .ini files and strings that G ### snap_from_ini_file(filename, [tryReal]) ### Convenience function that loads an .ini file from disk and passes it into `snap_from_ini_string()`. -