Open topic with navigation CAPL Functions » General » Function Overview » elCountDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
elCount
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
long elcount(...);// if used with arrays which are function parametersdword elcount(...);// in all other cases
Description
Determines the number of elements of an array. Note: The functionelcount always returns 1 when called with an associative field; it is only meant for non-associative fields (arrays).