FSUM9277
can't pass array to 'var'

Explanation

You tried to pass an array into a function expecting a scalar parameter.

User response

Correct your program.