Hans-Peter Diettrich wrote: > Marc Weustink schrieb: > >> What is wrong with : >> >> MyObj.PointArrayField[i] := MyObj.PointArrayField[i] + >> FunctionReturningPointOffset(param) > > The need for duplicating a long expression, with chances for typos :-( Choose shorter expressions and/or use ctrl+space Marc