currentArrayCount()

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)
result
The number of elements.

Related reference
Arrays
EGL library ConsoleLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.