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,bogs wrote: Tue May 26, 2020 10:34 am I'm sure I am missing something incredibly blatant Thierry, ...
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.LCMark wrote: Tue May 26, 2020 11:00 am This isn't a bug really just a side-effect of command call syntax