Parameters are not allowed here

You cannot use the value of a parameter in this expression. You can only use constant values and most predefined symbols. Example:

default:
  int param myParam
    default = @myParam  ; Error!
  endparam

See Also
default setting
Errors