Question
Just curious - struct and array
Hello, all,
Just curious: In ColdFusion, why does an array have a length, but a struct has a count? You can take an array and get
arrayLen(array)
, but you can't
structLen(struct)
, it has to be
structCount(struct)
.
No biggie.. just curious.
V/r,
^_^
