On 04/10/2013 15:43, Marco van de Voort wrote:
> In our previous episode, Reinier Olislagers said:
>>     'BookDate': TDateTime(Buffer^) :=
>> FTransactionList[FCurrentRecord].BookDate;
>>     'Amount': Currency(Buffer^) := FTransactionList[FCurrentRecord].Amount;
<snip>
> Maybe I miss some weird FPC ability there, and the currency cast makes it
> take more bytes, but I would expect
> 
> pcurrency(buffer)^:=

Thanks, but using that (and similar change for the TDateTime) gives the
same results ;(
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to