Reply to Re: Could someone look at this script?
If you don't have an account, just leave the password field blank.
Let's say ¬ is a space, then it should look like this:
if¬(&result¬==¬1)
{
//blah
}
spaces before { or } don't matter as far as I know. I don't know for sure if the spaces before and after the == are neccesary, but the one after the if is.
if¬(&result¬==¬1)
{
//blah
}
spaces before { or } don't matter as far as I know. I don't know for sure if the spaces before and after the == are neccesary, but the one after the if is.