06-25-2008 10:39 AM
06-25-2008 10:47 AM
06-25-2008 11:56 AM
Hi, William,
You can build array of variants. Then each elements can have different type. You can store such array in xml format too:
hope it helps,
best regards,
Andrey.
06-25-2008 12:09 PM
06-25-2008 12:11 PM
06-25-2008 12:21 PM
06-25-2008 12:33 PM
06-25-2008 12:46 PM
Hi, William,
But I still will recommend to try with variants. Its very useful if you need to handle data with different types. For example, you can add type attribute to variant, and then switch in your for loop depends from the incoming type:
But it depends from your architecture (probably, just array of clusters will be enough for you as Joe mentioned).
best regards,
Andrey.
06-25-2008 01:42 PM
Andrey,
I like the idea of using variants. I think the concern about the use of variants is how they are supported in the future. Can't remember the details... I'll probably experiment with your suggestion. ... it's always good to experiment...
Thanks 🙂
RayR
05-04-2009 06:34 AM
i've the same problem.
i need an array with datatpes Numeric and String. please see the attachement.
i need to use horizontal and vertical scrollbar with the array (contains more than 20 columns). so i cant use a 1D array of cluster.
please send me your valuable suggestions.
thanks
RENN