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 


Stringlist and space.

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Dr.Disrespect
Grandmaster Cheater
Reputation: 3

Joined: 17 Feb 2016
Posts: 526

PostPosted: Thu May 12, 2016 12:49 pm    Post subject: Stringlist and space. Reply with quote

I have been searching this for a while and haven't found an answer.

If I have a line in a stringlist, as the follwoing:
For example, the stringlist variable is named as "list", and this line is the fourth line in the stringlist:
Code:
12345 abc  --for example, this is the fourth line, which is list[3]


There is a "space" between "12345" and "abc", and I just want to get the first part of this line, which is "12345". What functions or methods should I use?

Thanks.
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 140

Joined: 06 Jul 2014
Posts: 4300

PostPosted: Thu May 12, 2016 3:03 pm    Post subject: Reply with quote

Code:
print(list[3]:match("[^%s]+"))

Look at Lua's string library for more information.

_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
Dr.Disrespect
Grandmaster Cheater
Reputation: 3

Joined: 17 Feb 2016
Posts: 526

PostPosted: Thu May 12, 2016 3:43 pm    Post subject: Reply with quote

ParkourPenguin wrote:
Code:
print(list[3]:match("[^%s]+"))

Look at Lua's string library for more information.


@ Penguin, I had read the LUA manual before making the post, but I was unsure about whether I could use string.match() function with list[3]. Now, I know the answer, Thank you. Smile
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