orel56000 Posted January 26, 2016 Posted January 26, 2016 if i have a file and in this file this writed: UserName = asd Password = 123123 how to find the password?
tosfera Posted January 26, 2016 Posted January 26, 2016 That'll be really hard, I would suggest you to use either an SQL system or move over to an XML system to store information. Doing it this way requires a lot of string.find, string.sub and string.gsub..
orel56000 Posted January 26, 2016 Author Posted January 26, 2016 That'll be really hard, I would suggest you to use either an SQL system or move over to an XML system to store information.Doing it this way requires a lot of string.find, string.sub and string.gsub.. there is no else easy way?
KariiiM Posted January 26, 2016 Posted January 26, 2016 there is no else easy way? XML is the easy way, just try it
orel56000 Posted January 26, 2016 Author Posted January 26, 2016 there is no else easy way? XML is the easy way, just try it ok, btw, you know how to find how many charters there is on string?
ViRuZGamiing Posted January 26, 2016 Posted January 26, 2016 there is no else easy way? XML is the easy way, just try it ok, btw, you know how to find how many charters there is on string? This should work string.len(stringhere)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now