I suspect that I am doing something wrong -- that's usually the case! 
I have an option that adds an item when the option is selected. When I change the minimum and maximum range to 1, the item is not added. I have check via my pre-link script that the option working as I expected and 'selection' is returning 1:
var num as number
num = selection
name = "foo" & num
I have verified that it does revolve around the min and max in my linkset. If I have the minimum to 0 and the maximum to 1 and set the initial value to 1, the item is added as I would expect. However, if I move the minimum to 1, the item is not added.
Any ideas?
Regards,
Todd

I have an option that adds an item when the option is selected. When I change the minimum and maximum range to 1, the item is not added. I have check via my pre-link script that the option working as I expected and 'selection' is returning 1:
var num as number
num = selection
name = "foo" & num
I have verified that it does revolve around the min and max in my linkset. If I have the minimum to 0 and the maximum to 1 and set the initial value to 1, the item is added as I would expect. However, if I move the minimum to 1, the item is not added.
Any ideas?
Regards,
Todd