orel56000 Posted January 26, 2016 Share Posted January 26, 2016 if i have a file and in this file this writed: UserName = asd Password = 123123 how to find the password? Link to comment
tosfera Posted January 26, 2016 Share 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.. Link to comment
orel56000 Posted January 26, 2016 Author Share 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? Link to comment
KariiiM Posted January 26, 2016 Share Posted January 26, 2016 there is no else easy way? XML is the easy way, just try it Link to comment
orel56000 Posted January 26, 2016 Author Share 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? Link to comment
ViRuZGamiing Posted January 26, 2016 Share 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) Link to comment
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