Hi,

As far as my experience goes, yes, you are correct in your expections.

Jon


On Fri, 10 Sep 2004 08:39:12 -0000, BrownB
<[EMAIL PROTECTED]> wrote:
> Hello, I need to know how are the record indexes recalculated after 
> DmRemoveRecord(): will the indexes always be in a continuous order? For example, I'm 
> expecting this behavior:
> 
> Index|Object
>   0|MyStruct1
>   1|MyStruct2
>   2|MyStruct3
>   3|MyStruct4
> ...
> 
> DemRemoveRecord(db,2);
> 
> Index|Object
>   0|MyStruct1
>   1|MyStruct2
>   2|MyStruct4
> ...
> 
> Thanks for help,
> BrownB
> --
> For information on using the Palm Developer Forums, or to unsubscribe, please see 
> http://www.palmos.com/dev/support/forums/
>

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to