Hello,
I am working on defining some data that I want to loop through to check for the values in the array. I am defining my array and keep getting an error. that it does not like the = sign when defining the array.
ex.
int [] type = {35,45,12,22}
if (type.Contains($lnType$) {
return $amount$
}
else {
return $alternate$
}
Error: syntax error near ‘=’ line 1