Help needed on gnu error

Any thoughts on this error? call to ‘gnu.expr.Closure’ has too many arguments (1; must be 0)
I am using Android Studio as an emulator.

did ypu try a search in the community?
https://community.kodular.io/search?q=gnu.expr.Closure
Taifun

2 Likes

Got it Thanks, other posts did not help…

in this case please reveal the solution to help others with the same problem in future
thank you

Taifun

2 Likes

I had called the wrong procedure.

Could you explain it better to help other users in the community? Thanks.

I had called a procedure by the name of GetVotes that has no inputs. The procedure I needed to call was SetTimer that has one input called time.

a screenshot might help us to understand the issue…
Taifun

1 Like