[fpc-devel] Proposal: Enhanced replacement for assignment operators

Marc Weustink marc at dommelstein.net
Sat Aug 7 16:08:23 CEST 2010


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




More information about the fpc-devel mailing list