Hi everyone im new to C2. I bought the personal edition a few days ago and im loving it. I have experience in html, javascript/ajax and php.. and what im asking is really simple but i cant figure out how to do it in C2.
How can i do something like this:
if(value%2 == 0){
//something happens here
}else{
//something else happens here
}
Thanks in advance!