The system function ConsoleLib.currentArrayCount returns the number of elements in the dynamic array that is associated with the current active form.
It is recommended that you avoid using this function, which is used to help migrate applications that were written with Informix® 4GL. Instead, use the array-specific function getSize, as described in Arrays.
ConsoleLib.currentArrayCount( ) returns (result INT)
Related concepts
Syntax diagram for EGL functions
Related reference
Arrays
EGL library ConsoleLib