Can someone let me know what is wrong with this syntax. I am getting an error on the first line (improper statement) this in the deluge for the heightfield upon user input.
if ( (input.Widthsizefield >= 24) && (input.HeightField >= 36) )
{
input.Currency= 218
}
else if ((input.Widthsizefield >= 48) && (input.HeightField >= 60))
{
input.Currency = 372
}
else if ((input.Widthsizefield >= 60) && (input.HeightField >= 72))
{
input.Currency = 473
}