09-26-2012 06:40 AM
Hello,
How I can't find classID of contents?
I need to know if it is array of string or integer!!
Thank
Emmanuel
Solved! Go to Solution.
09-26-2012 06:56 AM - edited 09-26-2012 06:58 AM
If you create a property node for the array, when you select properties it allows you (for arrays) to select array element, and under that selection a selection for ClassID. The output of that indicates the class of the array element. A list of cooresponding numbers is at ClassID
09-26-2012 06:57 AM
09-26-2012 07:07 AM
The ClassID doesn't tell you what type of numeric, just whether it is a numeric, string, varient, etc.
09-26-2012 07:15 AM
Thank LV_Pro,
I have make a mistake, my property node was generic when i take Tabl(strict), I found " ÉltTabl.IdClasse"
this is perfect
Thank