[fpc-devel] Feature announcement: Type helpers

Michael Schnell mschnell at lumino.de
Wed Feb 6 12:31:51 CET 2013


On 02/06/2013 12:29 PM, Michael Schnell wrote:
>
>   point.x := x;
>   point.y := y;
>   s := point.ToString;
>
or
   s := (x,y).ToString;

Has there not recently been a discussion on Tupels ?!?!?! :-)

-Michael





More information about the fpc-devel mailing list