|
----- Original Message -----
How about holding them in a stringlist instead, and
using something like
if myList.IndexOf(iValue) <>
-1
Or build a class that encapsulates an array and
write it an IN method.
Or, depending on the values you're going to have in
the array, can you use a set instead of an array?
Brian
|
_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
