Hello,
It would be nice to define an option to designate a parameter when you create it by the Restricted Value Parameter list.
(parameter.lst & restricted_val_definition)
For example, add: Designated = YES in the parameter.lst
ND_ParamDefArr_K01 = {
{ Name = PARAMETER_NAME
Type = string
Default = 'BLUE'
Enum={'BLUE','RED','GREEN','GREY'}
Access = full
Designated = YES
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.