Hi,
I have a collection named CntTest.
Set( CntTest,
[1, "ax", Blank(), "", 3, "45"]
);
and
Count(CntTest) & "-" & CountA(CntTest)
It outputs 3-3.
According to the MS doc,
The Count function counts the number of records that contain a number in a single-column table.
The CountA function counts the number of records that aren't blank in a single-column table. This function includes empty text ("") in the count.
I think the result will be 2-5, at least it should be 3-5.
Count anybody explain why it outputs 3-3?
Thank you very much!
- sukie