Hi,
I have two questions about parameter value variable in ACD syntax.
First, may I use something like
string: seq [
standard: "Y" #Mandatory parameter
knowntype: "string"
minlength: ${min}
...]
where min is
integer: min [
minimum: 14
maximum: 26
default: 17
...]
?
Second, I have two dependent parameters, min and max.
I always want min >= max but their range values are overlapping.
So, is there a way to reject query, from ACD syntax, when max > min ?
Thanks
--
Sébastien Moretti
|