DateTimes, LLongs and other 8-byte fields.

Ed Kleban Ed at Kleban.com
Fri Nov 18 09:48:07 CST 2005




On 11/17/05 11:20 AM, "Charles Yeomans" <yeomans at desuetude.com> wrote:

> 
>>>> I see that there are casting functions for the VCursor class, which I
>>>> understand are for moving values between a Cursor and a Table's
>>>> Vfields.
>>> 
>>> Mmmmm actually this is to write one line of code instead of 2
>>> 
>>>     fldLong = curs.Longfield( I )
>>> 
>>> vs
>>> 
>>>     fld = curs.field( I )
>>>     fldLong = Vlong( fld )
>>> 
>> 
>> Ah. Makes sense.  I hadn't thought it through but presumed it was for
>> something like that.  This would be a good statement to add to the
>> manual.
>> 

Actually, it is already stated in the manual, quite well and very detailed.
That's fast work Ruslan.  Thanks!

--Ed




More information about the Valentina mailing list