FIXED: problem with Union and sets
Ruslan Zasukhin
sunshine at public.kherson.ua
Tue Apr 5 11:06:38 CDT 2005
Read more info on Mantis
Now this code works
dim tbl as VTbl_ZipCodes
dim bitset1, bitset2, or_bitset as VBitSet
dim arrSet as VArraySet
tbl = gDB.TblZipCodes
bitset1 = tbl.Zip_Code.FindStartsWith( "00210" )
bitset2 = tbl.Zip_Code.FindStartsWith( "00211" )
or_bitset = bitset1.Union( bitset2 )
// convert into ArraySet
arrSet = new VArraySet( or_bitset )
--
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