Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


I want to create a table of stuff and save it as a file

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
LastExceed
Expert Cheater
Reputation: 1

Joined: 05 Nov 2014
Posts: 130

PostPosted: Sun Jan 31, 2016 3:52 pm    Post subject: I want to create a table of stuff and save it as a file Reply with quote

Right now I using a 2 dimensional array where i store all my strings/integers/whateverjustallmystuff:
Code:
Table = {}
for i=0,5 do
  Table[i] = {}
end
Table[2][3] = 'CheatEngine is the best' --sample for how i insert my stuff later on


and now I want to save and load the table as a file, but I have no idea how to deal with save/load dialogs.
I read somewhere that a stringlist would be better in this case, but I also wasn't able to find out anything about that (what stringlists are, how they work ect)

So can somebody give me some basic sample code where you
first create a table of whatever kind (arrays/stringlist/something else)
then insert a string
then save it as a file
then load that file
and then call that string and use it for showMessage()

because I'm pretty clueless right now...
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Sun Jan 31, 2016 7:19 pm    Post subject: Reply with quote

http://lua-users.org/wiki/SaveTableToFile
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites