Not sure if this is a known bug,
but this costs me a lot of time to find out the problem

Best,
Thierry
Moderator: Klaus
bogs,
Code: Select all
get x()
get x(666)
Code: Select all
IDENTIFIER EXPR , ... , EXPR
Code: Select all
x(666)
Code: Select all
x()
Thanks Mark for your quick answer.