Imported from previous forum
Are initial values property of the message field or dictionary field? Is it possible to have several templates referring the same dictionary but with different initial values? Some Fast implementations combine dictionary value and initial value in the same class. This is obviously more convenient then to keep them separately but is it correct?
An initial value is the property of the instance of an operator. Two templates having the same field could have operators with different initial values. For example
In this example both Code fields use the same entry in the same dictionary (the global dictionary), but have different initial values.
/David
Are initial values property of the message field or dictionary field? Is
it possible to have several templates referring the same dictionary but
with different initial values? Some Fast implementations combine
dictionary value and initial value in the same class. This is obviously
more convenient then to keep them separately but is it correct?