[V4RB2] Union problem
    Ruslan Zasukhin 
    sunshine at public.kherson.ua
       
    Sun Apr  3 23:43:30 CDT 2005
    
    
  
On 4/3/05 11:32 PM, "Kem Tekinay" <ktekinay at mactechnologies.com> wrote:
> I am having a problem with Union using the Class-way. The following code
> complains of a type mismatch error (expected VBitSet but got VSet):
> 
>  dim bs, bs1 as VBitSet
> 
>  bs = tbl.SelectNoneRecords // This is ok
>  bs1 = tbl.fld.FindContains( something ) // This is ok
>  if bs1 <> nil then bs = bs.Union( bs1 ) // Type mismatch error
It complains because Union returns Vset.
But you try assign to to bs which is VBitSet1
You see?
-- 
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
    
    
More information about the Valentina
mailing list