Closed this issue 4 years ago · 1 comments
Is it possible to range over the arguments in a Handler function?
Yup, cou can do something like this:
for i := 0; i < ctx.Arguments.Amount(); i++ { arg := ctx.Arguments.Get(i) }