Yes, I already know, but a function that does not receive any parameters has its parameters to 0 by default, so I'm checking that but it does not work.
However, if I write the text indicating the value of the parameter (in the second image) this indicates that it is 0, as I said at the beginning in this same message.
So.
- A function has the default value 0 in its parameters.
- If you check a parameter when the function does not receive any, the check does not work even though the parameter is 0 by default.
- If you type the text to indicate the default value of a parameter, this indicates that it is 0.
So, if the parameter is 0 by default, why does not the check work ?:
Function.param (0) = 0