Snaik Posted September 23, 2012 Share Posted September 23, 2012 When i download some scripts and try to find out how they work, i find somethings like : x = true what happens to the "x" here when it's true? Or i should better say what does "x = true" mean ? another thing i don't get it: if(getElementData(x,"y") == false) then what it will get ? Sorry for my bad English . Link to comment
abu5lf Posted September 23, 2012 Share Posted September 23, 2012 Did you mean that? if getElementData(x,"y") == false then Link to comment
Castillo Posted September 23, 2012 Share Posted September 23, 2012 It's just a variable, it depends on what is that variable used for about what it does when it's set to true. Link to comment
myonlake Posted September 24, 2012 Share Posted September 24, 2012 Well.. simply enough it just means saving data. I don't want to explain the whole idea of it but I think it's useful to know that you use it to save data, for example. You can do a few other things with it. Link to comment
Snaik Posted September 24, 2012 Author Share Posted September 24, 2012 Alright, i got that, thx alot. 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