If inside an if?

How i make an if and then other if INSIDE the pevious if command?

if (condition1 == true) {
  if (condition2 == true) {
    // Your stuff here
  }
}

Well, thanks and at the end what i do?
END IF
END IF?

You must be a (Visual) Basic programmer ;)

The closing brackets ‘}’ are the ‘end if’ statements.

Sponsor our Newsletter | Privacy Policy | Terms of Service