Thank you for your reply.
Yes, that was correct. Your error comes from the fact that you've copied this line twice:
double value = MIN(Low, 20)[1];
Basically that means you're trying to create a variable twice, which you can't do.
Remove the second appearance of that line and it should compile for you.
Please let us know if we may be of further assistance to you.




Comment