How to manage a long string in Lua as persistence object?
Posted: Saturday 21 October 2017 16:57
Hi all,
I need to store a long string in a script Lua.
This string is very long because contains an array of objects.
I tryied to store this data in a user variable but the max lenght of this is 200 chars, and this is a lenght of only one object for me.
Exist a way to manage a very long string in Lua?
Furthermore I need to save this data in a script and to sue this information in another one.
Thanks.
I need to store a long string in a script Lua.
This string is very long because contains an array of objects.
I tryied to store this data in a user variable but the max lenght of this is 200 chars, and this is a lenght of only one object for me.
Exist a way to manage a very long string in Lua?
Furthermore I need to save this data in a script and to sue this information in another one.
Thanks.