Improper Statement
Improper Statement
I have a very simple code on the decision box On User Input as:
if(input.Decision_box == true);
{
openUrl("
http://mydomain.com/newsite777","New
window");
}
I keep getting the improper statement error on line 2 which is the curly open bracket {
Please advise