In the default section of a formula, I would like to be able to do the commented line below but the compiler does not allow it:
int param n1
min=1
endparam
int param n2
min=1
max=@n1 ; compiler says invalid setting
endparam
In the default section of a formula, I would like to be able to do the commented line below but the compiler does not allow it:
````
int param n1
min=1
endparam
int param n2
min=1
max=@n1 ; compiler says invalid setting
endparam
````