Hello,
Is there a way to set default values for the parameters passed into a user command?
The C++ syntaxis doesn't seem to work. I would expect to be able to define it similarly. Am I just missing something trivial?
Thanks in advance!!
For example: I would like to define a function as below. But if I call this with one parameter only, I get the error that I am not passing enough parameters.