Hi,
Today I where trying to use If / else in my script but can't get it running. It says:
quote:
Error message:
> Error found at line 16: Excpected ';'.
(Code: -2146827284)
And my code is:
code:
function OnEvent_Signin(Email)
{
If(Email == 'feonx@tvdkwebdesign.nl') { //<-- line 16
MsgPlus.DisplayToast('', 'Feons Logged In!');
}
}
I have seen a code that looks like this one in other script to
What did I do wrong! Can someone help me?
Tnx.
Gr Feonx