setCurrentArrayCount()

The system function ConsoleLib.setCurrentArrayCount specifies how many rows exist in a dynamic array that is bound to an on-screen arrayDictionary. This function is useful only if you invoke it before issuing the openUI statement that uses the arrayDictionary.

  ConsoleLib.setCurrentArrayCount(count INT in)
count
The number of array entries when the openUI statement begins.

Related reference
EGL library ConsoleLib
openUI

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