Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Your multi-statement line of code contained an If...Then...Else statement, but the If...Then...Else statement was not the first statement on the line. If...Then...Else statements must be the first statement on a line.
To correct this error
- Move the If or Else statement to a new line.